diff options
| author | Alexander Barton <alex@barton.de> | 2001-12-12 17:20:02 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2001-12-12 17:20:02 +0000 |
| commit | 0c3befa0bd8d4cfd87526fd26b0a5807585fcbde (patch) | |
| tree | 27a0f7a7fce8ea82dd625d2218f4eb9bf0a912c9 /src | |
| parent | 380a333bbdcd5823172c946532e631d93f40f113 (diff) | |
| download | ngircd-0c3befa0bd8d4cfd87526fd26b0a5807585fcbde.tar.gz ngircd-0c3befa0bd8d4cfd87526fd26b0a5807585fcbde.zip | |
- neue Sourcefiles und Header ergaenzt.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/Makefile.am | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index c8936cf9..0b887966 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -1,17 +1,20 @@ -# $Id: Makefile.am,v 1.1 2001/12/11 21:53:04 alex Exp $ +# $Id: Makefile.am,v 1.2 2001/12/12 17:20:02 alex Exp $ # $Log: Makefile.am,v $ -# Revision 1.1 2001/12/11 21:53:04 alex -# Initial revision +# Revision 1.2 2001/12/12 17:20:02 alex +# - neue Sourcefiles und Header ergaenzt. +# +# Revision 1.1.1.1 2001/12/11 21:53:04 alex +# Imported sources to CVS. # CFLAGS = -Wall sbin_PROGRAMS = ngircd -ngircd_SOURCES = ngircd.c log.c tool.c +ngircd_SOURCES = ngircd.c conf.c conn.c log.c tool.c -noinst_HEADERS = ngircd.h log.h tool.h global.h +noinst_HEADERS = ngircd.h conf.h conn.h log.h tool.h global.h maintainer-clean-local: rm -f Makefile Makefile.in |