gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r38152 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r38152 - gnunet
Date: Thu, 13 Oct 2016 03:22:24 +0200

Author: dold
Date: 2016-10-13 03:22:24 +0200 (Thu, 13 Oct 2016)
New Revision: 38152

Modified:
   gnunet/Makefile.am
Log:
don't build contrib/ when compiling for GNU Taler

Modified: gnunet/Makefile.am
===================================================================
--- gnunet/Makefile.am  2016-10-13 00:29:45 UTC (rev 38151)
+++ gnunet/Makefile.am  2016-10-13 01:22:24 UTC (rev 38152)
@@ -1,7 +1,11 @@
 # This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
-SUBDIRS  = contrib doc m4 src po pkgconfig
+SUBDIRS  = doc m4 src po pkgconfig
 
+if !TALER_ONLY
+  SUBDIRS += contrib
+endif
+
 EXTRA_DIST = \
  ABOUT-NLS \
  config.rpath \




reply via email to

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