Add daemon.
[wrappi.git] / Makefile.am
index adb1d65..3877782 100644 (file)
@@ -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