aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index eba0b29..f4e2958 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,2 +1,8 @@
SUBDIRS=libpcap src
EXTRA_DIST=ipacct.conf.example
+
+dist-hook:
+ -(cd $(distdir); \
+ find . \( -name CVS -o -name .emacs.desktop -o -name .deps -o \
+ -name .cvsignore -o -name '*~' -o -name core \) \
+ -exec rm -rf {} \; )

Return to:

Send suggestions and report system problems to the System administrator.