aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-04 18:55:22 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-04 18:55:22 +0100
commitaaeadf1598baf7b2193d03b17c73dcd8956dc9cb (patch)
tree8a7312d5e05097d2b20ab4ccdba1926dd50854af /Makefile.am
parent72fdbcdfaf0ded13518cc96dee6244950c3ecad5 (diff)
parent2bd118007e177583a637274c59a9481d439ffd30 (diff)
downloadexchange-aaeadf1598baf7b2193d03b17c73dcd8956dc9cb.tar.xz
Merge branch 'master' of git+ssh://git.taler.net/exchange
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