summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/mysql.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/mysql.mpb')
-rw-r--r--ACE/MPC/config/mysql.mpb8
1 files changed, 8 insertions, 0 deletions
diff --git a/ACE/MPC/config/mysql.mpb b/ACE/MPC/config/mysql.mpb
new file mode 100644
index 00000000000..0c02083a1c4
--- /dev/null
+++ b/ACE/MPC/config/mysql.mpb
@@ -0,0 +1,8 @@
+// -*- MPC -*-
+// $Id$
+
+project {
+ includes += $(MYSQL_ROOT)/include/mysql
+ libpaths += $(MYSQL_ROOT)/lib/mysql
+ lit_libs += mysqlclient
+}