X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=387778272db6449e3514e0b87381a3728bd5be61;hb=d4211f37f451dd0f7faf0dc372c5995f387d4d28;hp=adb1d65cba31a824e184a7d96eba2b6dc7015ea0;hpb=dd0daf1a3b75447fe5d1317e2e65e027d10e7697;p=wrappi.git diff --git a/Makefile.am b/Makefile.am index adb1d65..3877782 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,3 +25,17 @@ SUBDIRS = generator-lib generator-macros APIs generator # The C library. SUBDIRS += lib + +# The daemon (wrappid) used for remote access. +SUBDIRS += daemon + +# Build the C example programs. +SUBDIRS += examples + +CLEANFILES = *~ + +dist-hook: + rm -f lib/LIB_MINOR + echo $$(( ( $$(date +%s) - $$(date -d 2011-12-27 +%s) ) / 86400 )) \ + > lib/LIB_MINOR-t + mv lib/LIB_MINOR-t lib/LIB_MINOR