X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9dbaa1f22054ff5492e793259d5641b876b57ac1..cd0e1421a009ddaf13f38f9157417502f5b1a8f5:/projects/stargazer/plugins/store/postgresql/Makefile diff --git a/projects/stargazer/plugins/store/postgresql/Makefile b/projects/stargazer/plugins/store/postgresql/Makefile index b59e45cd..0bd8f629 100644 --- 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 \ - locker + locker \ + logger PG_CFLAGS = $(shell pg_config --includedir) PG_LDFLAGS = $(shell pg_config --libdir)