Remove remaining bits of Bernard's postgres dispense
[uccvend-vendserver.git] / sql-edition / syslog / Makefile
diff --git a/sql-edition/syslog/Makefile b/sql-edition/syslog/Makefile
deleted file mode 100644 (file)
index d600364..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-CC = gcc
-INCLUDES = -I$(shell pg_config --includedir) -I$(shell pg_config --includedir-server)
-CFLAGS = $(INCLUDES) -Wall -O2
-
-all: pg_syslog.so
-
-pg_syslog.so: pg_syslog.o
-       gcc -shared -o $@ $<
-
-clean:
-       rm -f *.o *.so

UCC git Repository :: git.ucc.asn.au