summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-14 14:44:01 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-14 14:44:01 +0200
commit3a3afcb1195bc37ccfd27dc8a2caf7664a98297f (patch)
treefcca0b1dd3e97a60e55404f809888740c3383a42 /src/Makefile.am
parent911dac83cd65a53233ddd132918320a0167bd67f (diff)
downloadexchange-3a3afcb1195bc37ccfd27dc8a2caf7664a98297f.tar.gz
exchange-3a3afcb1195bc37ccfd27dc8a2caf7664a98297f.tar.bz2
exchange-3a3afcb1195bc37ccfd27dc8a2caf7664a98297f.zip
also build mint-lib if we only have libgnurl
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 888cbabf1..0d1d4572f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,6 +10,10 @@ else
SUBDIRS = include util $(PQ_DIR) mintdb mint mint-tools
if HAVE_LIBCURL
SUBDIRS += mint-lib
+else
+if HAVE_LIBGNURL
+ SUBDIRS += mint-lib
+endif
endif
endif