- indent
[oweals/gnunet.git] / src / namestore / Makefile.am
index 8b328b1a8893153f00d693fbb9faf7fb4814f57a..1d36fe79233a678ca10b1aa72ba84fa5a542f31d 100644 (file)
@@ -4,6 +4,8 @@ plugindir = $(libdir)/gnunet
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 
+libexecdir= $(pkglibdir)/libexec/
+
 pkgcfg_DATA = \
    namestore.conf
 
@@ -26,7 +28,7 @@ POSTGRES_TESTS = test_plugin_namestore_postgres
 POSTGRES_PLUGIN = libgnunet_plugin_namestore_postgres.la
 endif
 
-
+if HAVE_SQLITE
 check_PROGRAMS = \
  $(SQLITE_TESTS) \
  $(POSTGRES_TESTS) \
@@ -44,6 +46,7 @@ check_PROGRAMS = \
  test_namestore_api_zone_iteration \
  test_namestore_api_zone_iteration_specific_zone \
  test_namestore_api_zone_iteration_stop 
+endif
 
 if ENABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)
@@ -60,10 +63,12 @@ libgnunetnamestore_la_LIBADD = \
   $(GN_LIBINTL) 
 libgnunetnamestore_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) $(WINFLAGS) \
-  -version-info 0:0:0
+  -version-info 0:1:0
+
+libexec_PROGRAMS = \
+ gnunet-service-namestore 
 
 bin_PROGRAMS = \
- gnunet-service-namestore \
  gnunet-namestore