summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 1 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index d2e8d8e05..d62e19a50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,19 +1,7 @@
# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
-if DOC_ONLY
-if ENABLE_DOC
- SUBDIRS = . contrib doc
-else
- SUBDIRS = . contrib
-endif
-else
-if ENABLE_DOC
- SUBDIRS = . contrib src doc
-else
- SUBDIRS = . contrib src
-endif
-endif
+SUBDIRS = . contrib src doc
BUILT_SOURCES = src/include/taler_error_codes.h