summaryrefslogtreecommitdiffstats
path: root/conffile/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'conffile/Makefile.in')
-rw-r--r--conffile/Makefile.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/conffile/Makefile.in b/conffile/Makefile.in
new file mode 100644
index 0000000..907e6a7
--- /dev/null
+++ b/conffile/Makefile.in
@@ -0,0 +1,21 @@
+#
+
+include @top_srcdir@/Rules.make
+CFLAGS+=-I@top_srcdir@/include/ulogd
+
+# Normally You should not need to change anything below
+
+all: conffile.o
+
+distrib:
+
+conffile.o: conffile.c
+ $(CC) $(CFLAGS) -c $< -o $@
+
+clean:
+ rm -f conffile.o
+
+distclean:
+ rm -f Makefile
+
+install: all