diff options
| author | Alexander Barton <alex@barton.de> | 2001-12-23 21:53:54 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2001-12-23 21:53:54 +0000 |
| commit | be5aa93412f9d5eef5430c0508556e0c640ed0a6 (patch) | |
| tree | 4213483e78ed738e81051911c0d676e739fe4dad | |
| parent | a0fd570d93e8bee04fd7d657431e877c6b071fb4 (diff) | |
| download | ngircd-be5aa93412f9d5eef5430c0508556e0c640ed0a6.tar.gz ngircd-be5aa93412f9d5eef5430c0508556e0c640ed0a6.zip | |
- Header messages.h eingefuegt.
| -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 8e36436b..86cd5906 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -1,6 +1,9 @@ -# $Id: Makefile.am,v 1.5 2001/12/21 22:25:30 alex Exp $ +# $Id: Makefile.am,v 1.6 2001/12/23 21:53:54 alex Exp $ # $Log: Makefile.am,v $ +# Revision 1.6 2001/12/23 21:53:54 alex +# - Header messages.h eingefuegt. +# # Revision 1.5 2001/12/21 22:25:30 alex # - neues Modul "parse" eingebunden. # @@ -22,7 +25,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 +noinst_HEADERS = ngircd.h channel.c client.c conf.h conn.h irc.h log.h parse.h tool.h global.h messages.h maintainer-clean-local: rm -f Makefile Makefile.in |