]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/postgresql/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / projects / stargazer / plugins / store / postgresql / Makefile
diff --git a/projects/stargazer/plugins/store/postgresql/Makefile b/projects/stargazer/plugins/store/postgresql/Makefile
deleted file mode 100644 (file)
index b59e45c..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-###############################################################################
-# $Id: Makefile,v 1.4 2010/04/26 12:44:42 faust Exp $
-###############################################################################
-
-include ../../../../../Makefile.conf
-
-PROG = mod_store_postgresql.so
-
-SRCS = ./postgresql_store.cpp \
-       ./postgresql_store_admins.cpp \
-       ./postgresql_store_corporations.cpp \
-       ./postgresql_store_messages.cpp \
-       ./postgresql_store_services.cpp \
-       ./postgresql_store_tariffs.cpp \
-       ./postgresql_store_users.cpp \
-       ./postgresql_store_utils.cpp
-
-STGLIBS = common \
-         crypto \
-         locker
-
-PG_CFLAGS = $(shell pg_config --includedir)
-PG_LDFLAGS = $(shell pg_config --libdir)
-
-CXXFLAGS +=  -I $(PG_CFLAGS)
-LDFLAGS += -L $(PG_LDFLAGS)
-
-LIBS += -lpq
-
-include ../../Makefile.in
-