summary refs log tree commit diff
path: root/src/ngircd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngircd/Makefile.am')
-rw-r--r--src/ngircd/Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am
new file mode 100644
index 00000000..c8936cf9
--- /dev/null
+++ b/src/ngircd/Makefile.am
@@ -0,0 +1,19 @@
+# $Id: Makefile.am,v 1.1 2001/12/11 21:53:04 alex Exp $
+
+# $Log: Makefile.am,v $
+# Revision 1.1  2001/12/11 21:53:04  alex
+# Initial revision
+#
+
+CFLAGS = -Wall
+
+sbin_PROGRAMS = ngircd
+
+ngircd_SOURCES = ngircd.c log.c tool.c
+
+noinst_HEADERS = ngircd.h log.h tool.h global.h
+
+maintainer-clean-local:
+	rm -f Makefile Makefile.in
+
+# -eof-