Changes for new source code layout: contrib/Debian/.

This commit is contained in:
Alexander Barton 2003-12-31 17:31:03 +00:00
parent ed94d5d5cd
commit 5a9c04619f
1 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,7 @@
# (at your option) any later version. # (at your option) any later version.
# Please read the file COPYING, README and AUTHORS for more information. # Please read the file COPYING, README and AUTHORS for more information.
# #
# $Id: configure.in,v 1.98 2003/12/27 13:01:12 alex Exp $ # $Id: configure.in,v 1.99 2003/12/31 17:31:03 alex Exp $
# #
# -- Initialisierung -- # -- Initialisierung --
@ -326,8 +326,6 @@ CFLAGS="$the_CFLAGS $add_CFLAGS $add_DEFINES -DSYSCONFDIR='\"\$(sysconfdir)\"'"
AC_OUTPUT([ \ AC_OUTPUT([ \
Makefile \ Makefile \
doc/Makefile \ doc/Makefile \
MacOSX/Makefile \
MacOSX/ngircd.pbproj/Makefile \
src/Makefile \ src/Makefile \
src/portab/Makefile \ src/portab/Makefile \
src/tool/Makefile \ src/tool/Makefile \
@ -335,7 +333,7 @@ AC_OUTPUT([ \
src/testsuite/Makefile \ src/testsuite/Makefile \
man/Makefile \ man/Makefile \
contrib/Makefile \ contrib/Makefile \
debian/Makefile \ contrib/Debian/Makefile \
]) ])
# -- Result -- # -- Result --