aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-05-29 00:46:26 +0000
committerChristian Grothoff <christian@grothoff.org>2009-05-29 00:46:26 +0000
commit0a217a8df1657b4334b55b0e4a6c7837a8dbcfd9 (patch)
tree6b552f40eb089db96409a312a98d9b12bd669102 /src/Makefile.am
downloadgnunet-0a217a8df1657b4334b55b0e4a6c7837a8dbcfd9.tar.gz
gnunet-0a217a8df1657b4334b55b0e4a6c7837a8dbcfd9.zip
ng
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