]> 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 7304d4de703f6982f42bb665f6153c73418ecce7..b14858057c343739b58f45b2d1ec26aa62a777ca 100644 (file)
@@ -17,7 +17,13 @@ SRCS =       ./firebird_store.cpp \
        ./firebird_store_users.cpp \
        ./firebird_store_utils.cpp
 
-STGLIBS = -libpp -lstg_common -lstg_locker -lstg_crypto
+STGLIBS = ibpp \
+         common \
+         locker \
+         logger \
+         crypto
+
+LIBS = -lfbclient
 
 include ../../Makefile.in