aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 000000000..c8852ad04
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,17 @@
1#if WANT_FRAMEWORK
2# INTLEMU_SUBDIRS = intlemu
3#endif
4
5SUBDIRS = \
6 include $(INTLEMU_SUBDIRS) \
7 util \
8 arm \
9 fragmentation \
10 hello \
11 peerinfo \
12 resolver \
13 statistics \
14 template \
15 transport \
16 core
17