diff options
| author | Alexander Barton <alex@barton.de> | 2001-12-30 19:25:03 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2001-12-30 19:25:03 +0000 |
| commit | 997f754c0a09d3d2170fd56460b0ed788dd2b09e (patch) | |
| tree | 428bc3da0ca03718c05abc4f1499e076386bb122 /src | |
| parent | 7a70f8b011c16f925c268c29bf1344179775dcc5 (diff) | |
| download | ngircd-997f754c0a09d3d2170fd56460b0ed788dd2b09e.tar.gz ngircd-997f754c0a09d3d2170fd56460b0ed788dd2b09e.zip | |
- in "noinst_HEADERS" waren einige Dateien als .c anstelle .h aufgefuehrt.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index 204a0113..45865bf6 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -1,6 +1,9 @@ -# $Id: Makefile.am,v 1.7 2001/12/27 00:37:07 alex Exp $ +# $Id: Makefile.am,v 1.8 2001/12/30 19:25:03 alex Exp $ # $Log: Makefile.am,v $ +# Revision 1.8 2001/12/30 19:25:03 alex +# - in "noinst_HEADERS" waren einige Dateien als .c anstelle .h aufgefuehrt. +# # Revision 1.7 2001/12/27 00:37:07 alex # - Erkennung der "portab header" geaendert, CFLAGS werden nun anders gesetzt. # @@ -26,7 +29,7 @@ sbin_PROGRAMS = ngircd ngircd_SOURCES = ngircd.c channel.c client.c conf.c conn.c irc.c log.c parse.c tool.c -noinst_HEADERS = ngircd.h channel.c client.c conf.h conn.h irc.h log.h parse.h tool.h global.h messages.h +noinst_HEADERS = ngircd.h channel.h client.h conf.h conn.h irc.h log.h parse.h tool.h global.h messages.h maintainer-clean-local: rm -f Makefile Makefile.in |