]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
get rid of directory
authorlaforge <laforge>
Sun, 2 Oct 2005 16:52:05 +0000 (16:52 +0000)
committerlaforge <laforge>
Sun, 2 Oct 2005 16:52:05 +0000 (16:52 +0000)
extensions/Makefile.in [deleted file]
extensions/ulogd_LOCALTIME.c [deleted file]

diff --git a/extensions/Makefile.in b/extensions/Makefile.in
deleted file mode 100644 (file)
index 589bf7b..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-#
-
-#  Normally You should not need to change anything below
-#
-include @top_srcdir@/Rules.make
-
-CFLAGS+=-I@top_srcdir@ -I@top_srcdir@/libipulog/include -I@top_srcdir@/include
-SH_CFLAGS:=$(CFLAGS) -fPIC
-
-SHARED_LIBS+=$(foreach T,$(ULOGD_SL),ulogd_$(T).so)
-
-
-all: $(SHARED_LIBS)
-
-distrib:
-
-printpkt.o: printpkt.c
-       $(CC) $(SH_CFLAGS) -o $@ -c $<
-
-$(SHARED_LIBS): %.so: %_sh.o
-       $(LD) -shared -o $@ $< -lc
-
-ulogd_SYSLOG.so: printpkt.o ulogd_SYSLOG_sh.o 
-       $(LD) -shared -o $@ $^ -lc
-
-%_sh.o: %.c
-       $(CC) $(SH_CFLAGS) -o $@ -c $<
-
-clean:
-       $(RM) $(SHARED_LIBS) *.o
-
-distclean:
-       $(RM) Makefile
-
-install: all
-       $(INSTALL) -m 755 -d $(DESTDIR)$(ULOGD_LIB_PATH)
-       $(INSTALL) -m 755 *.so $(DESTDIR)$(ULOGD_LIB_PATH)
diff --git a/extensions/ulogd_LOCALTIME.c b/extensions/ulogd_LOCALTIME.c
deleted file mode 100644 (file)
index e69de29..0000000