aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-28 09:27:41 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-28 09:27:41 +0000
commitc0d49e3432a17c1ad6acda75008b335810593c95 (patch)
treedf4c52b37e247f79c830c6f8d5a82068c7d53bbb
parentbbb2f3b164daf9cc6d03a0f7a9d3184fc9d06e73 (diff)
downloadgnunet-c0d49e3432a17c1ad6acda75008b335810593c95.tar.gz
gnunet-c0d49e3432a17c1ad6acda75008b335810593c95.zip
-install dependent headers as well
-rw-r--r--src/include/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index e9eb6741a..c8e40bc27 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -15,6 +15,15 @@ EXTRA_DIST = \
15 15
16if TALER_ONLY 16if TALER_ONLY
17gnunetinclude_HEADERS = \ 17gnunetinclude_HEADERS = \
18 platform.h plibc.h $(WINPROC) gettext.h \
19 gnunet_common.h \
20 gnunet_configuration_lib.h \
21 gnunet_container_lib.h \
22 gnunet_crypto_lib.h \
23 gnunet_disk_lib.h \
24 gnunet_scheduler_lib.h \
25 gnunet_strings_lib.h \
26 gnunet_time_lib.h \
18 gnunet_util_taler_wallet_lib.h 27 gnunet_util_taler_wallet_lib.h
19else 28else
20 29