]> jfr.im git - solanum.git/blobdiff - librb/Makefile.am
add separate priv (oper:message) for walking over CALLERID (umode +g) (#152)
[solanum.git] / librb / Makefile.am
index 245174b8637109303fb3953bade757d461e159fc..6b9a006ca9474c1ceb80f3cfea2bb449e72b4ce7 100644 (file)
@@ -7,12 +7,16 @@ pkgconfig_DATA = librb.pc
 
 BUILT_SOURCES = include/serno.h
 
+# NOTE: you'll want to change the below if you are unbundling
 include/serno.h:
-       @if [ -d .git ] ; then \
-               revh=`git log -1 --date=short --pretty=format:%cd_%h 2>/dev/null | sed -e s/-//g -e s/_/-/`;\
-               [ -z "$$revh" ] || echo '#define SERNO "'$$revh'"' >include/serno.h ; \
-       elif [ -d .hg ] ; then \
-               revh=`hg parents --template '{date|shortdate}_{node|short}' 2>/dev/null | sed -e s/-//g -e s/_/-/`;\
-               [ -z "$$revh" ] || echo '#define SERNO "'$$revh'"' >include/serno.h ; \
+       @if [ -f ../include/serno.h ]; then \
+               cp ../include/serno.h include/; \
+       else \
+               echo '#define SERNO "unknown"' >include/serno.h; \
+               echo '#define DATECODE 0UL' >>include/serno.h; \
        fi
-       @[ -f include/serno.h ] || echo '#define SERNO "unknown"' >include/serno.h
+
+clean-local:
+       rm -f include/serno.h
+       rm -f src/version.c
+       rm -f src/version.c.last