]> git.stg.codes - stg.git/blob - stargazer/plugins/store/mysql/Makefile
d676c81a18b4c9d647d803545b4025e8648c7e31
[stg.git] / stargazer / plugins / store / mysql / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.6 2010/03/25 10:35:55 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 PROG = mod_store_mysql.so
8
9 SRCS = ./mysql_store.cpp
10
11 STGLIBS = common \
12           crypto \
13           logger
14
15 CXXFLAGS += $(MYSQL_CFLAGS)
16 LIBS += $(MYSQL_LDFLAGS)
17
18 include ../../Makefile.in
19