]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/mysql/Makefile
Brand new connection handling.
[stg.git] / projects / stargazer / plugins / store / mysql / Makefile
index d38660bfebc2c6d0532403ed2ea1e102e7c57b4f..25a29798a4050ff475bc13caf046b210852f0356 100644 (file)
@@ -9,8 +9,8 @@ PROG = mod_store_mysql.so
 SRCS = ./mysql_store.cpp
 
 STGLIBS = common \
-         logger \
-         crypto
+         crypto \
+         logger
 
 MYSQL_CFLAGS = $(shell mysql_config --cflags)
 MYSQL_LDFLAGS = $(shell mysql_config --libs_r)