missing changes to headers
[oweals/gnunet.git] / src / include / Makefile.am
index 0d13632e97bed3a377aa9b19b9f075ae12b9858d..af6d02ada16ae7a99ad8d308f9d11634e2775442 100644 (file)
@@ -1,10 +1,8 @@
+# This Makefile.am is in the public domain
 SUBDIRS = .
 
 gnunetincludedir = $(includedir)/gnunet
 
-nodist_gnunetinclude_HEADERS = \
-  gnunet_directories.h
-
 if MINGW
   WINPROC = winproc.h
 endif
@@ -13,24 +11,37 @@ 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 \
   gnunet_arm_service.h \
   gnunet_ats_service.h \
+  gnunet_ats_plugin.h \
   gnunet_bandwidth_lib.h \
   gnunet_bio_lib.h \
   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 \
-  gnunet_container_lib.h \
   gnunet_connection_lib.h \
+  gnunet_consensus_service.h \
+  gnunet_container_lib.h \
   gnunet_conversation_service.h \
   gnunet_core_service.h \
   gnunet_crypto_lib.h \
@@ -44,6 +55,7 @@ gnunetinclude_HEADERS = \
   gnunet_dnsstub_lib.h \
   gnunet_dns_service.h \
   gnunet_dv_service.h \
+  gnunet_env_lib.h \
   gnunet_fragmentation_lib.h \
   gnunet_friends_lib.h \
   gnunet_fs_service.h \
@@ -55,8 +67,9 @@ 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 \
   gnunet_mysql_lib.h \
   gnunet_namecache_plugin.h \
@@ -69,8 +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 \
@@ -78,10 +97,13 @@ gnunetinclude_HEADERS = \
   gnunet_revocation_service.h \
   gnunet_scalarproduct_service.h \
   gnunet_scheduler_lib.h \
+  gnunet_secretsharing_service.h \
   gnunet_server_lib.h \
   gnunet_service_lib.h \
+  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 \
@@ -94,3 +116,5 @@ gnunetinclude_HEADERS = \
   gnunet_tun_lib.h \
   gnunet_util_lib.h \
   gnunet_vpn_service.h
+
+endif