source: npl/overig/splashutils/splashutils-1.5.4.3-makefile.patch @ a9c55d3

perl-5.22
Last change on this file since a9c55d3 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[c5c522c]1diff --git a/core/src/Makefile.am b/core/src/Makefile.am
2index 20cb03e..fa6919d 100644
3--- a/core/src/Makefile.am
4+++ b/core/src/Makefile.am
5@@ -119,7 +119,7 @@ libfbsplashrender_la_SOURCES  = \
6        fbsplash.h
7 libfbsplashrender_la_CFLAGS   = $(AM_CFLAGS)
8 libfbsplashrender_la_LDFLAGS  = $(AM_LDFLAGS) -version-info $(libfbsplashrender_version)
9-libfbsplashrender_la_LIBADD   = -lfbsplash
10+libfbsplashrender_la_LIBADD   = libfbsplash.la
11 
12 libfbsplashrender_la_CFLAGS  += $(JPEG_CFLAGS)
13 libfbsplashrender_la_LIBADD  += $(JPEG_LIBS)
14@@ -258,10 +258,10 @@ fbcondecor_helper_LDFLAGS  += -static
15 endif
16 
17 # Override automake's generation of target rules for building fbcondecor_helper.
18-fbcondecor_helper: $(fbcondecor_helper_LDADD) $(fbcondecor_helper_OBJECTS)
19+fbcondecor_helper: $(fbcondecor_helper_LDADD) $(fbcondecor_helper_OBJECTS) $(lib_LTLIBRARIES)
20        @$(call infmsg,LD,$@)
21        $(Q)$(MKDIR_P) $(@D)
22-       $(Q)$(KLCC) $(fbcondecor_helper_CFLAGS) $(fbcondecor_helper_LDFLAGS) $+ $(fbcondecor_helper_LDADD) -o $@
23+       $(Q)$(KLCC) $(fbcondecor_helper_CFLAGS) $(fbcondecor_helper_LDFLAGS) $(fbcondecor_helper_OBJECTS) $(fbcondecor_helper_LDADD) -o $@
24        $(Q)$(STRIP) $@
25 
26 # Override automake's generation of target rules for building fbcondecor_helper object files.
27
Note: See TracBrowser for help on using the repository browser.