]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/postgresql/Makefile
Simplified STG_LOCKER.
[stg.git] / projects / stargazer / plugins / store / postgresql / Makefile
index fa6ebf0d38a1d89990223ffaa04f2bb3d25f7363..ef090f17d498c790542f6f89026583796ce0517c 100644 (file)
@@ -15,7 +15,9 @@ SRCS =        ./postgresql_store.cpp \
        ./postgresql_store_users.cpp \
        ./postgresql_store_utils.cpp
 
-STGLIBS = -lstgcommon -lstgcrypto
+STGLIBS = common \
+         crypto \
+         logger
 
 PG_CFLAGS = $(shell pg_config --includedir)
 PG_LDFLAGS = $(shell pg_config --libdir)