summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2004-01-01 22:24:48 +0000
committerAlexander Barton <alex@barton.de>2004-01-01 22:24:48 +0000
commitad07c94c8dca0a1f472171e9300a6894ba0b0a46 (patch)
tree5f219e65fe3b211288f1a586091dc186651298a4 /Makefile.am
parent5a9c04619f150de57824b75580a62f6e45e93dd6 (diff)
downloadngircd-ad07c94c8dca0a1f472171e9300a6894ba0b0a46.tar.gz
ngircd-ad07c94c8dca0a1f472171e9300a6894ba0b0a46.zip
Restructured debian packaging system: now there are two packages, a "standard"
version that includes all the default options and a "full" version that
additionally includes support for TCP wrappers and IDENT lookups.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 195bbe6f..66ea2919 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: Makefile.am,v 1.13 2003/12/31 17:20:11 alex Exp $
+# $Id: Makefile.am,v 1.14 2004/01/01 22:24:48 alex Exp $
 #
 
 AUTOMAKE_OPTIONS = gnu
@@ -19,7 +19,7 @@ maintainer-clean-local:
 	rm -rf autom4te.cache
 	rm -f Makefile.in Makefile aclocal.m4 configure
 	rm -f mkinstalldirs missing depcomp install-sh
-	rm -f config.log build-stamp
+	rm -f config.log build-stamp* debian
 
 lint:
 	make -C src/ngircd lint
@@ -28,6 +28,7 @@ rpm: distcheck
 	rpm -ta ngircd-*.tar.gz
 
 deb:
+	[ -f debian/rules ] || ln -s contrib/Debian debian
 	dpkg-buildpackage -rfakeroot
 
 # -eof-