From bb8efa51bd08773c2023a615e34640f663f369d9 Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 11 Apr 2005 18:27:08 +0000 Subject: [PATCH] added MySQL linking flags git-svn-id: http://svn.opengroupware.org/SOPE/trunk@718 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-gdl1/MySQL4/GNUmakefile.preamble | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/sope-gdl1/MySQL4/GNUmakefile.preamble b/sope-gdl1/MySQL4/GNUmakefile.preamble index d700c159..22178760 100644 --- a/sope-gdl1/MySQL4/GNUmakefile.preamble +++ b/sope-gdl1/MySQL4/GNUmakefile.preamble @@ -22,10 +22,15 @@ # If not, write to the Free Software Foundation, # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -SQLite3_BUNDLE_LIBS += \ +MySQL4_BUNDLE_LIBS += \ -lGDLAccess \ -lEOControl \ - -lsqlite3 + `mysql_config --libs` + +MySQL4D_BUNDLE_LIBS += \ + -lGDLAccess \ + -lEOControl \ + `mysql_config --libs` gdltest_TOOL_LIBS += \ -lGDLAccess \ @@ -34,9 +39,8 @@ gdltest_TOOL_LIBS += \ # set compile flags and go ADDITIONAL_INCLUDE_DIRS += \ - -I.. -I../.. \ - -I/usr/local/include \ - -I/usr/include \ + -I.. -I../.. \ + `mysql_config --include` ADDITIONAL_LIB_DIRS += \ -L../GDLAccess/$(GNUSTEP_OBJ_DIR) -- 2.39.5