From: helge Date: Mon, 11 Apr 2005 18:27:08 +0000 (+0000) Subject: added MySQL linking flags X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb8efa51bd08773c2023a615e34640f663f369d9;p=sope added MySQL linking flags git-svn-id: http://svn.opengroupware.org/SOPE/trunk@718 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- 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)