aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/man/Makefile.am2
-rw-r--r--doc/man/gnunet-namestore.1 (renamed from doc/man/gnunet-gns.1)0
-rw-r--r--src/gns/Makefile.am13
-rw-r--r--src/namestore/Makefile.am16
-rw-r--r--src/namestore/gnunet-namestore.c (renamed from src/gns/gnunet-gns.c)0
5 files changed, 17 insertions, 14 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 2a63b1f36..4c9d6f7c7 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -4,7 +4,7 @@ man_MANS = \
4 gnunet-download.1 \ 4 gnunet-download.1 \
5 gnunet-download-manager.1 \ 5 gnunet-download-manager.1 \
6 gnunet-fs.1 \ 6 gnunet-fs.1 \
7 gnunet-gns.1 \ 7 gnunet-namestore.1 \
8 gnunet-nat-server.1 \ 8 gnunet-nat-server.1 \
9 gnunet-peerinfo.1 \ 9 gnunet-peerinfo.1 \
10 gnunet-pseudonym.1 \ 10 gnunet-pseudonym.1 \
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-namestore.1
index 8fd4b33e4..8fd4b33e4 100644
--- a/doc/man/gnunet-gns.1
+++ b/doc/man/gnunet-namestore.1
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 64484dbf3..bd3e81c04 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -20,8 +20,7 @@ lib_LTLIBRARIES = \
20 20
21bin_PROGRAMS = \ 21bin_PROGRAMS = \
22 gnunet-service-gns \ 22 gnunet-service-gns \
23 gnunet-gns-fcfsd \ 23 gnunet-gns-fcfsd
24 gnunet-gns
25 24
26#noinst_PROGRAMS = \ 25#noinst_PROGRAMS = \
27# gnunet-gns-lookup 26# gnunet-gns-lookup
@@ -124,16 +123,6 @@ gnunet_gns_fcfsd_DEPENDENCIES = \
124 $(top_builddir)/src/namestore/libgnunetnamestore.la 123 $(top_builddir)/src/namestore/libgnunetnamestore.la
125 124
126 125
127gnunet_gns_SOURCES = \
128 gnunet-gns.c
129gnunet_gns_LDADD = \
130 $(top_builddir)/src/util/libgnunetutil.la \
131 $(top_builddir)/src/namestore/libgnunetnamestore.la \
132 $(GN_LIBINTL)
133gnunet_gns_DEPENDENCIES = \
134 $(top_builddir)/src/util/libgnunetutil.la \
135 $(top_builddir)/src/namestore/libgnunetnamestore.la
136
137libgnunetgns_la_SOURCES = \ 126libgnunetgns_la_SOURCES = \
138 gns_api.c gns.h 127 gns_api.c gns.h
139libgnunetgns_la_LIBADD = \ 128libgnunetgns_la_LIBADD = \
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index f937c502f..21c8166d0 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -55,7 +55,21 @@ libgnunetnamestore_la_LDFLAGS = \
55 -version-info 0:0:0 55 -version-info 0:0:0
56 56
57bin_PROGRAMS = \ 57bin_PROGRAMS = \
58 gnunet-service-namestore 58 gnunet-service-namestore \
59 gnunet-namestore
60
61
62gnunet_namestore_SOURCES = \
63 gnunet-namestore.c
64gnunet_namestore_LDADD = \
65 $(top_builddir)/src/util/libgnunetutil.la \
66 libgnunetnamestore.la \
67 $(GN_LIBINTL)
68gnunet_namestore_DEPENDENCIES = \
69 $(top_builddir)/src/util/libgnunetutil.la \
70 libgnunetnamestore.la
71
72
59 73
60gnunet_service_namestore_SOURCES = \ 74gnunet_service_namestore_SOURCES = \
61 gnunet-service-namestore.c 75 gnunet-service-namestore.c
diff --git a/src/gns/gnunet-gns.c b/src/namestore/gnunet-namestore.c
index a6b45586b..a6b45586b 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/namestore/gnunet-namestore.c