aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-12 00:34:47 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-12 00:34:47 +0000
commit4c72fa477ad226660df116c6275283833a3f5214 (patch)
tree9bab2c50101a44dc37c1f908a0488c58edbaf734 /src/Makefile.am
parent42c8b584e6e8554329ca6282545b775b63af9c39 (diff)
downloadgnunet-4c72fa477ad226660df116c6275283833a3f5214.tar.gz
gnunet-4c72fa477ad226660df116c6275283833a3f5214.zip
removing dead code / unused variables
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c8852ad04..4f3d7995a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,6 +2,11 @@
2# INTLEMU_SUBDIRS = intlemu 2# INTLEMU_SUBDIRS = intlemu
3#endif 3#endif
4 4
5
6if HAVE_MHD
7 HOSTLIST_DIR = hostlist
8endif
9
5SUBDIRS = \ 10SUBDIRS = \
6 include $(INTLEMU_SUBDIRS) \ 11 include $(INTLEMU_SUBDIRS) \
7 util \ 12 util \
@@ -13,5 +18,7 @@ SUBDIRS = \
13 statistics \ 18 statistics \
14 template \ 19 template \
15 transport \ 20 transport \
16 core 21 core \
22 $(HOSTLIST_DIR) \
23 topology
17 24