From 85f224fdf49a8663f248eeeac529196f98637f06 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 13 Oct 2016 01:22:24 +0000 Subject: don't build contrib/ when compiling for GNU Taler --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0fbb50ddc..18638d78e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ -- cgit v1.2.3