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

Last change on this file 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
  • 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 = \ 
    119119        fbsplash.h
    120120libfbsplashrender_la_CFLAGS   = $(AM_CFLAGS)
    121121libfbsplashrender_la_LDFLAGS  = $(AM_LDFLAGS) -version-info $(libfbsplashrender_version)
    122 libfbsplashrender_la_LIBADD   = -lfbsplash
     122libfbsplashrender_la_LIBADD   = libfbsplash.la
    123123
    124124libfbsplashrender_la_CFLAGS  += $(JPEG_CFLAGS)
    125125libfbsplashrender_la_LIBADD  += $(JPEG_LIBS)
    fbcondecor_helper_LDFLAGS += -static 
    258258endif
    259259
    260260# Override automake's generation of target rules for building fbcondecor_helper.
    261 fbcondecor_helper: $(fbcondecor_helper_LDADD) $(fbcondecor_helper_OBJECTS)
     261fbcondecor_helper: $(fbcondecor_helper_LDADD) $(fbcondecor_helper_OBJECTS) $(lib_LTLIBRARIES)
    262262        @$(call infmsg,LD,$@)
    263263        $(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 $@
    265265        $(Q)$(STRIP) $@
    266266
    267267# Override automake's generation of target rules for building fbcondecor_helper object files.
Note: See TracBrowser for help on using the repository browser.