summaryrefslogtreecommitdiff
path: root/config/mysql.mpb
diff options
context:
space:
mode:
authorocielliottc <elliottc@objectcomputing.com>2023-01-25 12:26:31 -0600
committerGitHub <noreply@github.com>2023-01-25 12:26:31 -0600
commitb57d396f74d885e51480d2ad26f17ff854be411f (patch)
treecf2e374626c73fa0b5646eda1577803751ba4844 /config/mysql.mpb
parent1488042836751b02437b2af195f13c0debae7044 (diff)
parent5cdcb3113df49bef7e295c0ba2c194387edac05a (diff)
downloadMPC-b57d396f74d885e51480d2ad26f17ff854be411f.tar.gz
Merge pull request #1 from ocielliottc/databases
Added base projects for various databases.
Diffstat (limited to 'config/mysql.mpb')
-rw-r--r--config/mysql.mpb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/mysql.mpb b/config/mysql.mpb
index b9d90160..da355a73 100644
--- a/config/mysql.mpb
+++ b/config/mysql.mpb
@@ -1,6 +1,6 @@
// -*- MPC -*-
project {
- includes += $(MYSQL_ROOT)/include/mysql
- libpaths += $(MYSQL_ROOT)/lib/mysql
+ includes += $(MYSQL_ROOT)/include $(MYSQL_ROOT)/include/mysql
+ libpaths += $(MYSQL_ROOT)/lib $(MYSQL_ROOT)/lib/mysql
lit_libs += mysqlclient
}