aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-15 03:25:55 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-15 03:25:55 +0000
commit6ba82f605023b5396e386fdd16e6c74ef27dbc9f (patch)
tree6e41a4b37b3812b00cb8afc3a26e65c6fe3ad551 /src/Makefile.am
parent9827cc8e21bef6d8e06ba6924dfc8114622647ba (diff)
downloadgnunet-6ba82f605023b5396e386fdd16e6c74ef27dbc9f.tar.gz
gnunet-6ba82f605023b5396e386fdd16e6c74ef27dbc9f.zip
adding basic declarations for datastore implementation
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4f3d7995a..c366ce20c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,6 +11,7 @@ SUBDIRS = \
11 include $(INTLEMU_SUBDIRS) \ 11 include $(INTLEMU_SUBDIRS) \
12 util \ 12 util \
13 arm \ 13 arm \
14 datastore \
14 fragmentation \ 15 fragmentation \
15 hello \ 16 hello \
16 peerinfo \ 17 peerinfo \