X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd..a6b0423977ee2ad532b4e5341eaf41e7197804b2:/stargazer/plugins/store/postgresql/Makefile diff --git a/stargazer/plugins/store/postgresql/Makefile b/stargazer/plugins/store/postgresql/Makefile deleted file mode 100644 index b59fbbfa..00000000 --- a/stargazer/plugins/store/postgresql/Makefile +++ /dev/null @@ -1,28 +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 \ - logger - -CXXFLAGS += $(PG_CFLAGS) -LDFLAGS += $(PG_LDFLAGS) - -LIBS += -lpq - -include ../../Makefile.in -