From: laforge Date: Thu, 24 Nov 2005 18:29:56 +0000 (+0000) Subject: get rid of that old dir X-Git-Tag: ulogd-2.0.0beta2~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3674c4b3ff09533e2815eb5a72e86e7fb57bb1c;p=thirdparty%2Fulogd2.git get rid of that old dir --- diff --git a/conffile/Makefile.in b/conffile/Makefile.in deleted file mode 100644 index 907e6a7..0000000 --- a/conffile/Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ -# - -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