]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/Makefile
Simplified STG_LOCKER.
[stg.git] / projects / stargazer / plugins / store / firebird / Makefile
index 8b175fd99e32de2f263bea242710778bf811108b..a6fb9ccd38bbf7fec708ab0dca2b99a0ae6ca07b 100644 (file)
@@ -17,7 +17,16 @@ SRCS =       ./firebird_store.cpp \
        ./firebird_store_users.cpp \
        ./firebird_store_utils.cpp
 
-STGLIBS = -libpp -lstgcommon -lstglocker -lstgcrypto
+STGLIBS = ibpp \
+         common \
+         logger \
+         crypto
+
+FB_CFLAGS = $(shell fb_config --cflags)
+FB_LDFLAGS = $(shell fb_config --libs)
+
+CXXFLAGS +=  $(FB_CFLAGS)
+LDFLAGS += $(FB_LDFLAGS)
 
 include ../../Makefile.in