aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ae623bddc..8e3d02993 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,6 +47,12 @@ if HAVE_REST
47 REST_DIR = rest 47 REST_DIR = rest
48endif 48endif
49 49
50if TALER_ONLY
51SUBDIRS = \
52 include \
53 util
54else
55
50SUBDIRS = \ 56SUBDIRS = \
51 include $(INTLEMU_SUBDIRS) \ 57 include $(INTLEMU_SUBDIRS) \
52 util \ 58 util \
@@ -95,3 +101,5 @@ SUBDIRS = \
95 pt \ 101 pt \
96 integration-tests \ 102 integration-tests \
97 $(EXP_DIR) 103 $(EXP_DIR)
104
105endif