Importing all of DRL, including ulogd and all of its files.
[distributedratelimiting.git] / conffile / Makefile.in
diff --git a/conffile/Makefile.in b/conffile/Makefile.in
new file mode 100644 (file)
index 0000000..907e6a7
--- /dev/null
@@ -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