gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7817 - in GNUnet/src/libs: . mysql


From: gnunet
Subject: [GNUnet-SVN] r7817 - in GNUnet/src/libs: . mysql
Date: Sat, 1 Nov 2008 19:29:20 -0600 (MDT)

Author: durner
Date: 2008-11-01 19:29:20 -0600 (Sat, 01 Nov 2008)
New Revision: 7817

Modified:
   GNUnet/src/libs/Makefile.am
   GNUnet/src/libs/mysql/Makefile.am
Log:
conditional compiling

Modified: GNUnet/src/libs/Makefile.am
===================================================================
--- GNUnet/src/libs/Makefile.am 2008-11-01 08:18:13 UTC (rev 7816)
+++ GNUnet/src/libs/Makefile.am 2008-11-02 01:29:20 UTC (rev 7817)
@@ -1 +1,5 @@
-SUBDIRS = mysql
\ No newline at end of file
+if HAVE_MYSQL
+ MYSQL_DIR = mysql
+endif
+
+SUBDIRS = $(MYSQL_DIR)
\ No newline at end of file

Modified: GNUnet/src/libs/mysql/Makefile.am
===================================================================
--- GNUnet/src/libs/mysql/Makefile.am   2008-11-01 08:18:13 UTC (rev 7816)
+++ GNUnet/src/libs/mysql/Makefile.am   2008-11-02 01:29:20 UTC (rev 7817)
@@ -1,6 +1,8 @@
 SUBDIRS = .
 INCLUDES = -I$(top_srcdir)/src/include
 
+AM_CPPFLAGS = $(CPPFLAGS) $(MYSQL_CPPFLAGS)
+
 if HAVE_ZLIB
  ZLIB_LNK = -lz
 endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]