aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2011-07-19 11:58:15 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-07-19 17:56:13 +0200
commit5d62ed0904204b9064699475cd55f6832d46ad67 (patch)
tree7964e14f73ce7b7b63079cede8e194f7bd79ec21 /configure.ac
parentb000368ad6609c8755a8da7a0dbe89a4be002666 (diff)
contrib: Add a script to clean up in regular intervals
This script should be run from cron. It compresses and deletes older files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9977ef6..2f4de9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,4 +57,5 @@ AC_OUTPUT(
include/Makefile
include/osmo-pcap/Makefile
src/Makefile
+ contrib/Makefile
Makefile)