summaryrefslogtreecommitdiffstats
path: root/output/pgsql/Makefile.in
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-12-08 12:41:28 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-12-08 12:41:28 +0000
commit0f1125bd76d10fbe5bb548527b66fd7dca353d74 (patch)
treedbca2a5dabb3a1a55d08c51ead17dec9d46720eb /output/pgsql/Makefile.in
parent67442a69350c5fa7e80b5084943b7e80c1f6cef0 (diff)
convert pgsql module to new database API
Diffstat (limited to 'output/pgsql/Makefile.in')
-rw-r--r--output/pgsql/Makefile.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/output/pgsql/Makefile.in b/output/pgsql/Makefile.in
deleted file mode 100644
index a242e0d..0000000
--- a/output/pgsql/Makefile.in
+++ /dev/null
@@ -1,30 +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=ulogd_PGSQL.so
-
-all: $(SHARED_LIBS)
-
-distrib:
-
-$(SHARED_LIBS): %.so: %_sh.o
- $(LD) -shared $(PGSQL_LDFLAGS) -o $@ $< -lc
-
-%_sh.o: %.c
- $(CC) $(PGSQL_CFLAGS) $(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)