aboutsummaryrefslogtreecommitdiff
path: root/src/include/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-05 21:54:44 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-05 21:54:44 +0000
commitbdc3b54372a92874c2ecb58069eac5bdfe6fcddc (patch)
tree575c606a8f81c1f0baabad43bf34789023513ee7 /src/include/Makefile.am
parentf0963cfb7a694f9a7c7ff28471660242529f00a8 (diff)
downloadgnunet-bdc3b54372a92874c2ecb58069eac5bdfe6fcddc.tar.gz
gnunet-bdc3b54372a92874c2ecb58069eac5bdfe6fcddc.zip
moving plugin headers
Diffstat (limited to 'src/include/Makefile.am')
-rw-r--r--src/include/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 70fd97bd0..a01c9268c 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -19,6 +19,7 @@ gnunetinclude_HEADERS = \
19 gnunet_bandwidth_lib.h \ 19 gnunet_bandwidth_lib.h \
20 gnunet_bio_lib.h \ 20 gnunet_bio_lib.h \
21 gnunet_block_lib.h \ 21 gnunet_block_lib.h \
22 gnunet_block_plugin.h \
22 gnunet_client_lib.h \ 23 gnunet_client_lib.h \
23 gnunet_common.h \ 24 gnunet_common.h \
24 gnunet_constants.h \ 25 gnunet_constants.h \
@@ -28,7 +29,9 @@ gnunetinclude_HEADERS = \
28 gnunet_core_service.h \ 29 gnunet_core_service.h \
29 gnunet_crypto_lib.h \ 30 gnunet_crypto_lib.h \
30 gnunet_datacache_lib.h \ 31 gnunet_datacache_lib.h \
32 gnunet_datacache_plugin.h \
31 gnunet_datastore_service.h \ 33 gnunet_datastore_service.h \
34 gnunet_datastore_plugin.h \
32 gnunet_dht_service.h \ 35 gnunet_dht_service.h \
33 gnunet_disk_lib.h \ 36 gnunet_disk_lib.h \
34 gnunet_dv_service.h \ 37 gnunet_dv_service.h \
@@ -57,5 +60,6 @@ gnunetinclude_HEADERS = \
57 gnunet_testing_lib.h \ 60 gnunet_testing_lib.h \
58 gnunet_time_lib.h \ 61 gnunet_time_lib.h \
59 gnunet_transport_service.h \ 62 gnunet_transport_service.h \
63 gnunet_transport_plugin.h \
60 gnunet_upnp_service.h \ 64 gnunet_upnp_service.h \
61 gnunet_util_lib.h 65 gnunet_util_lib.h