git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[NY Flight] Use common encryption/decryption functions.
[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 b59e45cd19e550ec8c74f46bbb7d15cc57e07380..0bd8f629771d74ebf7d13e125250853367564c63 100644
(file)
--- a/
projects/stargazer/plugins/store/postgresql/Makefile
+++ b/
projects/stargazer/plugins/store/postgresql/Makefile
@@
-17,7
+17,8
@@
SRCS = ./postgresql_store.cpp \
STGLIBS = common \
crypto \
STGLIBS = common \
crypto \
- locker
+ locker \
+ logger
PG_CFLAGS = $(shell pg_config --includedir)
PG_LDFLAGS = $(shell pg_config --libdir)
PG_CFLAGS = $(shell pg_config --includedir)
PG_LDFLAGS = $(shell pg_config --libdir)