Add library.
[wrappi.git] / Makefile.am
index 941266e..ad12f31 100644 (file)
@@ -30,3 +30,9 @@ SUBDIRS += lib
 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