aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-05 13:09:23 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-05 13:09:23 +0000
commit03b9677115d2879d968b2ed49d2c88fdce6bcab9 (patch)
treea0606192d5b7062c5e317c060100e9b35403f16c /src
parentebfd8a07a7380540ce0216861ffe23e5b303be19 (diff)
downloadgnunet-03b9677115d2879d968b2ed49d2c88fdce6bcab9.tar.gz
gnunet-03b9677115d2879d968b2ed49d2c88fdce6bcab9.zip
-renaming gnunet-gns to gnunet-namestore
Diffstat (limited to 'src')
-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
3 files changed, 16 insertions, 13 deletions
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