From 835110044bd970518e10b28348ce6619818ce363 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Sun, 18 May 2008 18:35:35 +0200 Subject: Remove obsolete patches and files and move ulogd to repository top-level directory --- conffile/Makefile.in | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 conffile/Makefile.in (limited to 'conffile/Makefile.in') 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 -- cgit v1.2.3