Smallers steps to keep plugin running
[oweals/gnunet.git] / src / include / Makefile.am
index 8118ad0d700a22a7614794b4197d332ffc740674..01e42fe3aff942a88b130aad84ebaa335fbc2db7 100644 (file)
@@ -1,32 +1,46 @@
 SUBDIRS = .
 
-EXTRA_DIST = \
-  gettext.h \
-  platform.h \
-  plibc.h \
-  winproc.h 
-
-gnunetincludedir = $(includedir)/GNUnet
+gnunetincludedir = $(includedir)/gnunet
 
 nodist_gnunetinclude_HEADERS = \
   gnunet_directories.h
 
+if MINGW
+  WINPROC = winproc.h
+endif
+
 gnunetinclude_HEADERS = \
+  gettext.h \
+  platform.h \
+  plibc.h \
+  $(WINPROC) \
   gnunet_arm_service.h \
+  gnunet_bandwidth_lib.h \
+  gnunet_bio_lib.h \
+  gnunet_block_lib.h \
   gnunet_client_lib.h \
   gnunet_common.h \
   gnunet_constants.h \
   gnunet_configuration_lib.h \
   gnunet_container_lib.h \
+  gnunet_connection_lib.h \
   gnunet_core_service.h \
   gnunet_crypto_lib.h \
+  gnunet_datacache_lib.h \
+  gnunet_datastore_service.h \
+  gnunet_dht_service.h \
   gnunet_disk_lib.h \
+  gnunet_dv_service.h \
   gnunet_fragmentation_lib.h \
   gnunet_fs_service.h \
   gnunet_getopt_lib.h \
   gnunet_hello_lib.h \
+  gnunet_nat_lib.h \
   gnunet_network_lib.h \
+  gnunet_os_lib.h \
+  gnunet_peer_lib.h \
   gnunet_peerinfo_service.h \
+  gnunet_plugin_lib.h \
   gnunet_program_lib.h \
   gnunet_protocols.h \
   gnunet_pseudonym_lib.h \