aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 6864b4956..45a693ac9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,16 +1,16 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
3 3
4SUBDIRS = doc m4 src po pkgconfig 4if DOCUMENTATION_ONLY
5 SUBDIRS = doc
6else
7 SUBDIRS = doc m4 src po pkgconfig
8endif
5 9
6if !TALER_ONLY 10if !TALER_ONLY
7 SUBDIRS += contrib 11 SUBDIRS += contrib
8endif 12endif
9 13
10if DOCUMENTATION_ONLY
11 SUBDIRS = doc
12endif
13
14EXTRA_DIST = \ 14EXTRA_DIST = \
15 ABOUT-NLS \ 15 ABOUT-NLS \
16 config.rpath \ 16 config.rpath \