summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2003-07-09 21:16:33 +0000
committerAlexander Barton <alex@barton.de>2003-07-09 21:16:33 +0000
commit6e03626eed3a68de359cb80a36ed0ad5332d93fb (patch)
treefa99ff90147761f813d2c3935e07d8a94519e239 /configure.in
parentd9efbe80e127d5dd8a98473e8e1c889ce138861b (diff)
downloadngircd-6e03626eed3a68de359cb80a36ed0ad5332d93fb.tar.gz
ngircd-6e03626eed3a68de359cb80a36ed0ad5332d93fb.zip
Included debian/-subdirectory into build system.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 94ff78d8..d0a1f239 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: configure.in,v 1.93 2003/05/05 00:33:32 alex Exp $
+# $Id: configure.in,v 1.94 2003/07/09 21:16:33 alex Exp $
 #
 
 # -- Initialisierung --
@@ -309,6 +309,7 @@ AC_OUTPUT([ \
 	src/testsuite/Makefile \
 	man/Makefile \
 	contrib/Makefile \
+	debian/Makefile \
 ])
 
 # -- Result --