Add LGPLv2+ notice to *.api files.
[wrappi.git] / Makefile.am
index 6bb6eb9..ad12f31 100644 (file)
@@ -26,4 +26,13 @@ SUBDIRS = generator-lib generator-macros APIs generator
 # The C library.
 SUBDIRS += lib
 
+# 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