]> git.stg.codes - stg.git/commitdiff
Прибрано непотрібну залежність від -lconffiles у плагіні до MySQL
authorMaxim Mamontov <faust.madf@gmail.com>
Sun, 6 Feb 2011 10:35:11 +0000 (12:35 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Sun, 6 Feb 2011 10:35:11 +0000 (12:35 +0200)
projects/stargazer/plugins/store/mysql/Makefile

index 494a0318a2bc7bb89283612169a021b3731fca0e..0c01bd5ae365b9c62fce2aaf5213d678c12ff428 100644 (file)
@@ -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)