From: Maxim Mamontov Date: Wed, 9 Feb 2011 13:03:48 +0000 (+0200) Subject: Merge branch 'master' of madf.dyndns.org:/var/git/stg X-Git-Tag: 2.407-rc3~177 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/ae9b0cc33f5d93f5bf7c012dfd196115f930c5a5?hp=57d477e186d50b064f449e16455175cf22a7050d Merge branch 'master' of madf.dyndns.org:/var/git/stg --- diff --git a/projects/stargazer/plugins/store/mysql/Makefile b/projects/stargazer/plugins/store/mysql/Makefile index 494a0318..0c01bd5a 100644 --- a/projects/stargazer/plugins/store/mysql/Makefile +++ b/projects/stargazer/plugins/store/mysql/Makefile @@ -8,7 +8,7 @@ PROG = mod_store_mysql.so SRCS = ./mysql_store.cpp -STGLIBS = -lconffiles -lstg_common -lstg_crypto +STGLIBS = -lstg_common -lstg_crypto MYSQL_CFLAGS = $(shell mysql_config --cflags) MYSQL_LDFLAGS = $(shell mysql_config --libs_r)