X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d58af85ce33b4b9c8cb065b59b591580ae8abe0c..5960b0d3e89264496a44e21f84da1e057905df53:/main/Makefile.am diff --git a/main/Makefile.am b/main/Makefile.am index 67d84660..891b646a 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -19,7 +19,7 @@ enigma.o: version.h # this depends on Entries and not on Tag because Tag isn't always there. # Entries, however, will change then Tag is changed, so everything is fine. -version.h: ../CVS/Entries ../CVS/Root +version.h: # ../CVS/Entries ../CVS/Root > version.h if [ -f ../CVS/Tag ]; then echo "#define ENIGMA2_CHECKOUT_TAG \"`cat ../CVS/Tag`\"" >> version.h; fi if [ -f ../CVS/Root ]; then echo "#define ENIGMA2_CHECKOUT_ROOT \"`cat ../CVS/Root`\"" >> version.h; fi @@ -48,6 +48,7 @@ enigma2_LDADD = \ @DVBSI_LIBS@ \ @FRIBIDI_LIBS@ \ @GSTREAMER_LIBS@ \ + @GSTREAMERPBUTILS_LIBS@ \ @JPEG_LIBS@ \ @LIBUNGIF_LIBS@ \ @XML2_LIBS@ \