don't build contrib/ when compiling for GNU Taler
authorFlorian Dold <florian.dold@gmail.com>
Thu, 13 Oct 2016 01:22:24 +0000 (01:22 +0000)
committerFlorian Dold <florian.dold@gmail.com>
Thu, 13 Oct 2016 01:22:24 +0000 (01:22 +0000)
Makefile.am

index 0fbb50ddca7ef7f8de9b98e45ea67a952c5b96e3..18638d78e3f188a1231a0d7bdafea8fdc6956d77 100644 (file)
@@ -1,6 +1,10 @@
 # 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 \