* Forgot to add MYSQL stuff to early_announce Makefile.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@720 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Juha Heinanen 19 years ago
parent a15202f0d2
commit 38e86aab49

@ -3,5 +3,20 @@ plug_in_name = early_announce
module_ldflags =
module_cflags =
# Uncomment last two lines if you want to keep audio in MySQL database.
# You must also install MySQL++ development files and libraries
# (http://www.tangentsoft.net/mysql++/). If your MySQL++ version is older
# than 2.2, you must insert
#
# const std::string & raw_string(int i) const
# {
# return data_[i];
# }
#
# in /usr/include/mysql++/row.h.
#
#module_ldflags = -lmysqlpp
#module_cflags = -DUSE_MYSQL -I/usr/include/mysql++ -I/usr/include/mysql
COREPATH ?=../../core
include $(COREPATH)/plug-in/Makefile.app_module

Loading…
Cancel
Save