]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/Makefile
Implemented daily fee charge with backward compatibility.
[stg.git] / projects / stargazer / plugins / store / firebird / Makefile
index 8b175fd99e32de2f263bea242710778bf811108b..b14858057c343739b58f45b2d1ec26aa62a777ca 100644 (file)
@@ -17,7 +17,13 @@ SRCS =       ./firebird_store.cpp \
        ./firebird_store_users.cpp \
        ./firebird_store_utils.cpp
 
-STGLIBS = -libpp -lstgcommon -lstglocker -lstgcrypto
+STGLIBS = ibpp \
+         common \
+         locker \
+         logger \
+         crypto
+
+LIBS = -lfbclient
 
 include ../../Makefile.in