X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/projects/stargazer/plugins/store/firebird/Makefile diff --git a/projects/stargazer/plugins/store/firebird/Makefile b/projects/stargazer/plugins/store/firebird/Makefile deleted file mode 100644 index cbe8156b..00000000 --- a/projects/stargazer/plugins/store/firebird/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.9 2008/12/04 17:15:53 faust Exp $ -############################################################################### - -include ../../../../../Makefile.conf - -DEFS += -DIBPP_LINUX - -PROG = mod_store_firebird.so - -SRCS = ./firebird_store.cpp \ - ./firebird_store_admins.cpp \ - ./firebird_store_corporations.cpp \ - ./firebird_store_messages.cpp \ - ./firebird_store_services.cpp \ - ./firebird_store_tariffs.cpp \ - ./firebird_store_users.cpp \ - ./firebird_store_utils.cpp - -STGLIBS = ibpp \ - common \ - logger \ - crypto - -CXXFLAGS += $(FB_CFLAGS) -LDFLAGS += $(FB_LDFLAGS) - -include ../../Makefile.in -