summaryrefslogtreecommitdiffstats
path: root/conffile/Makefile.in
diff options
context:
space:
mode:
authorlaforge <laforge>2000-11-20 11:43:22 +0000
committerlaforge <laforge>2000-11-20 11:43:22 +0000
commit7181f929279bea55c8554a86b5cdec9d0c09a7cc (patch)
treeaea9bdd014f0233924027ed6a219d1f772a4e360 /conffile/Makefile.in
parentf408fe697949b03805fa4bfd64d563136fdcded9 (diff)
huge reorganization for 0.9
- added hashtables everywhere - no more dynamic allocation for each packet - mysql output plugin - more keys in ulogd_BASE - moved libipulog into ulogd directory - introduced autoconf
Diffstat (limited to 'conffile/Makefile.in')
-rw-r--r--conffile/Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/conffile/Makefile.in b/conffile/Makefile.in
new file mode 100644
index 0000000..b91723e
--- /dev/null
+++ b/conffile/Makefile.in
@@ -0,0 +1,16 @@
+#
+
+include @top_srcdir@/Rules.make
+
+# Normally You should not need to change anything below
+
+all: conffile.o
+
+conffile.o: conffile.c
+ $(CC) $(CFLAGS) -c $< -o $@
+
+clean:
+ rm -f conffile.o
+
+distclean:
+ rm -f Makefile