1 ###############################################################################
2 # $Id: Makefile,v 1.4 2010/04/26 12:44:42 faust Exp $
3 ###############################################################################
5 include ../../../../../Makefile.conf
7 PROG = mod_store_postgresql.so
9 SRCS = ./postgresql_store.cpp \
10 ./postgresql_store_admins.cpp \
11 ./postgresql_store_corporations.cpp \
12 ./postgresql_store_messages.cpp \
13 ./postgresql_store_services.cpp \
14 ./postgresql_store_tariffs.cpp \
15 ./postgresql_store_users.cpp \
16 ./postgresql_store_utils.cpp
22 CXXFLAGS += $(PG_CFLAGS)
23 LDFLAGS += $(PG_LDFLAGS)
27 include ../../Makefile.in