projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
331e5f3
)
don't build contrib/ when compiling for GNU Taler
author
Florian Dold
<florian.dold@gmail.com>
Thu, 13 Oct 2016 01:22:24 +0000
(
01:22
+0000)
committer
Florian Dold
<florian.dold@gmail.com>
Thu, 13 Oct 2016 01:22:24 +0000
(
01:22
+0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 0fbb50ddca7ef7f8de9b98e45ea67a952c5b96e3..18638d78e3f188a1231a0d7bdafea8fdc6956d77 100644
(file)
--- 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 \