]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/store/mysql/Makefile
Reorganize plugins.
[stg.git] / stargazer / plugins / store / mysql / Makefile
diff --git a/stargazer/plugins/store/mysql/Makefile b/stargazer/plugins/store/mysql/Makefile
deleted file mode 100644 (file)
index d676c81..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-###############################################################################
-# $Id: Makefile,v 1.6 2010/03/25 10:35:55 faust Exp $
-###############################################################################
-
-include ../../../../../Makefile.conf
-
-PROG = mod_store_mysql.so
-
-SRCS = ./mysql_store.cpp
-
-STGLIBS = common \
-         crypto \
-         logger
-
-CXXFLAGS += $(MYSQL_CFLAGS)
-LIBS += $(MYSQL_LDFLAGS)
-
-include ../../Makefile.in
-