SET service: accurate results for symmetric mode
[oweals/gnunet.git] / src / include / Makefile.am
index 3d65fe2cf7b24f71db101a6ecb2ed6f4e8c72b03..af6d02ada16ae7a99ad8d308f9d11634e2775442 100644 (file)
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
 SUBDIRS = .
 
 gnunetincludedir = $(includedir)/gnunet
@@ -10,9 +11,19 @@ EXTRA_DIST = \
   gauger.h \
   block_fs.h \
   block_dns.h \
-  block_mesh.h \
   block_regex.h
 
+if TALER_ONLY
+gnunetinclude_HEADERS = \
+  platform.h plibc.h $(WINPROC) gettext.h \
+  gnunet_common.h \
+  gnunet_container_lib.h \
+  gnunet_crypto_lib.h \
+  gnunet_strings_lib.h \
+  gnunet_time_lib.h \
+  gnunet_util_taler_wallet_lib.h
+else
+
 gnunetinclude_HEADERS = \
   platform.h plibc.h $(WINPROC) gettext.h \
   gnunet_applications.h \
@@ -24,6 +35,7 @@ gnunetinclude_HEADERS = \
   gnunet_block_lib.h \
   gnunet_block_plugin.h \
   gnunet_client_lib.h \
+  gnunet_client_manager_lib.h \
   gnunet_common.h \
   gnunet_constants.h \
   gnunet_configuration_lib.h \
@@ -55,7 +67,7 @@ gnunetinclude_HEADERS = \
   gnunet_helper_lib.h \
   gnunet_identity_service.h \
   gnunet_load_lib.h \
-  gnunet_mesh_service.h \
+  gnunet_cadet_service.h \
   gnunet_microphone_lib.h \
   gnunet_multicast_service.h \
   gnunet_mq_lib.h \
@@ -70,11 +82,14 @@ gnunetinclude_HEADERS = \
   gnunet_os_lib.h \
   gnunet_peer_lib.h \
   gnunet_peerinfo_service.h \
+  gnunet_peerstore_plugin.h \
+  gnunet_peerstore_service.h \
   gnunet_plugin_lib.h \
   gnunet_postgres_lib.h \
   gnunet_psycstore_plugin.h \
   gnunet_psycstore_service.h \
   gnunet_psyc_service.h \
+  gnunet_psyc_util_lib.h \
   gnunet_program_lib.h \
   gnunet_protocols.h \
   gnunet_resolver_service.h \
@@ -88,6 +103,7 @@ gnunetinclude_HEADERS = \
   gnunet_set_service.h \
   gnunet_signal_lib.h \
   gnunet_signatures.h \
+  gnunet_social_service.h \
   gnunet_speaker_lib.h \
   gnunet_statistics_service.h \
   gnunet_strings_lib.h \
@@ -100,3 +116,5 @@ gnunetinclude_HEADERS = \
   gnunet_tun_lib.h \
   gnunet_util_lib.h \
   gnunet_vpn_service.h
+
+endif