diff options
author | nevans <nevans@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-12-09 11:30:49 +0000 |
---|---|---|
committer | nevans <nevans@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-12-09 11:30:49 +0000 |
commit | d2a04adb8cc23ed5678fa6247cf0b448c7f88622 (patch) | |
tree | 4fcda2b2e7c652c9873aa8df8ab24768dc95c07c | |
parent | 0a35b0ba92615b05b5a8245a5a6253126bd83474 (diff) |
allow dv to be built and installed
git-svn-id: https://gnunet.org/svn/gnunet@13893 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 166d914cb2..8b43dac738 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,7 @@ SUBDIRS = \ peerinfo-tool \ core \ testing \ - $(dv) \ + dv \ dht \ hostlist \ topology \ |