source:
npl/overig/splashutils/splashutils-1.5.4.3-makefile.patch
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 1.2 KB |
-
core/src/Makefile.am
diff --git a/core/src/Makefile.am b/core/src/Makefile.am index 20cb03e..fa6919d 100644
a b libfbsplashrender_la_SOURCES = \ 119 119 fbsplash.h 120 120 libfbsplashrender_la_CFLAGS = $(AM_CFLAGS) 121 121 libfbsplashrender_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(libfbsplashrender_version) 122 libfbsplashrender_la_LIBADD = -lfbsplash122 libfbsplashrender_la_LIBADD = libfbsplash.la 123 123 124 124 libfbsplashrender_la_CFLAGS += $(JPEG_CFLAGS) 125 125 libfbsplashrender_la_LIBADD += $(JPEG_LIBS) … … fbcondecor_helper_LDFLAGS += -static 258 258 endif 259 259 260 260 # Override automake's generation of target rules for building fbcondecor_helper. 261 fbcondecor_helper: $(fbcondecor_helper_LDADD) $(fbcondecor_helper_OBJECTS) 261 fbcondecor_helper: $(fbcondecor_helper_LDADD) $(fbcondecor_helper_OBJECTS) $(lib_LTLIBRARIES) 262 262 @$(call infmsg,LD,$@) 263 263 $(Q)$(MKDIR_P) $(@D) 264 $(Q)$(KLCC) $(fbcondecor_helper_CFLAGS) $(fbcondecor_helper_LDFLAGS) $ +$(fbcondecor_helper_LDADD) -o $@264 $(Q)$(KLCC) $(fbcondecor_helper_CFLAGS) $(fbcondecor_helper_LDFLAGS) $(fbcondecor_helper_OBJECTS) $(fbcondecor_helper_LDADD) -o $@ 265 265 $(Q)$(STRIP) $@ 266 266 267 267 # Override automake's generation of target rules for building fbcondecor_helper object files.
Note: See TracBrowser
for help on using the repository browser.