git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Allow to start mod_rscript without subnets file
[stg.git]
/
projects
/
stargazer
/
plugins
/
store
/
postgresql
/
Makefile
diff --git
a/projects/stargazer/plugins/store/postgresql/Makefile
b/projects/stargazer/plugins/store/postgresql/Makefile
index fa6ebf0d38a1d89990223ffaa04f2bb3d25f7363..b59e45cd19e550ec8c74f46bbb7d15cc57e07380 100644
(file)
--- a/
projects/stargazer/plugins/store/postgresql/Makefile
+++ b/
projects/stargazer/plugins/store/postgresql/Makefile
@@
-15,7
+15,9
@@
SRCS = ./postgresql_store.cpp \
./postgresql_store_users.cpp \
./postgresql_store_utils.cpp
-STGLIBS = -lstgcommon -lstgcrypto
+STGLIBS = common \
+ crypto \
+ locker
PG_CFLAGS = $(shell pg_config --includedir)
PG_LDFLAGS = $(shell pg_config --libdir)