X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=Makefile.in;h=08a06bfc90ea9a93d1ec889506c3c0d600d48fd7;hb=a183a1f43e77bc96119f60a5b056dd0a489eabe2;hp=463e4f8c19ab813ede9569a431e6092bf16072e0;hpb=3b73f99ccb5a2f3dc5237031ec9c0b0b7939220b;p=onak.git diff --git a/Makefile.in b/Makefile.in index 463e4f8..08a06bf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -154,6 +154,7 @@ keydctl.o: keydctl.c keyd.h sed -e 's:@BINDIR@:@bindir@:g' \ -e 's:@CONFIG@:@sysconfdir@/onak.conf:g' \ -e 's:@LIBDIR@:@libdir@:g' \ + -e 's:@RUNDIR@:@runstatedir@:g' \ -e 's:@SBINDIR@:@sbindir@:g' \ -e 's:@STATEDIR@:@localstatedir@:g' \ < $< > $@ @@ -176,7 +177,7 @@ distclean: clean doxygen-docs: *.c *.h Doxyfile doxygen -version.h: +version.h: $(SRCS) @echo '#include "config.h"' > version.h @if [ -e .git ]; then \ echo "#define ONAK_VERSION \"`git describe --tags --dirty | cut -d - -f 2-`\"" \