aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2001-05-31 14:18:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2001-05-31 14:18:11 +0000
commit96f9be4defa5c96b436e9c3a78d8f3d6bdc3ed3d (patch)
treea1d251482e770ed6a885e8f9f5018a06d02e52f2 /Makefile.am
parentc023924ac5cdddf83a95614d6a598ae300cb3b96 (diff)
downloadipacct-96f9be4defa5c96b436e9c3a78d8f3d6bdc3ed3d.tar.gz
ipacct-96f9be4defa5c96b436e9c3a78d8f3d6bdc3ed3d.tar.bz2
updated Makefiles
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 @@
1SUBDIRS=libpcap src 1SUBDIRS=libpcap src
2EXTRA_DIST=ipacct.conf.example 2EXTRA_DIST=ipacct.conf.example
3
4dist-hook:
5 -(cd $(distdir); \
6 find . \( -name CVS -o -name .emacs.desktop -o -name .deps -o \
7 -name .cvsignore -o -name '*~' -o -name core \) \
8 -exec rm -rf {} \; )

Return to:

Send suggestions and report system problems to the System administrator.