X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/667a16847d5d76bd5602c722528bfe543e752c25..c7239788f111d2a6a8ca3bb8b95b72579095bad4:/main/Makefile.am diff --git a/main/Makefile.am b/main/Makefile.am index 33f54aee..abc71cdd 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -4,7 +4,21 @@ INCLUDES = \ bin_PROGRAMS = enigma2 enigma2_SOURCES = \ - enigma.cpp + enigma.cpp bsod.cpp + +bsod.o: version.h + +# when there is no ../CVS/Entries, don't worry. +../CVS/Entries: + +../CVS/Root: + +# 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 + 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 enigma2_LDADD_WHOLE = \ $(top_builddir)/lib/actions/libenigma_actions.a \