diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-04 18:55:22 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-04 18:55:22 +0100 |
commit | aaeadf1598baf7b2193d03b17c73dcd8956dc9cb (patch) | |
tree | 8a7312d5e05097d2b20ab4ccdba1926dd50854af /Makefile.am | |
parent | 72fdbcdfaf0ded13518cc96dee6244950c3ecad5 (diff) | |
parent | 2bd118007e177583a637274c59a9481d439ffd30 (diff) |
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
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 |