summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-08 19:32:53 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-08 19:32:53 +0100
commitba38579c08664d4e75768f19fd639d1fa9470863 (patch)
tree8468036b48d21b3f77a30965fdf025a569d8af02 /src
parenta9f98536b70867e2be272cad741763adb1849b15 (diff)
downloadexchange-ba38579c08664d4e75768f19fd639d1fa9470863.tar.gz
exchange-ba38579c08664d4e75768f19fd639d1fa9470863.tar.bz2
exchange-ba38579c08664d4e75768f19fd639d1fa9470863.zip
install taler headers
Diffstat (limited to 'src')
-rw-r--r--src/include/Makefile.am13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index d10d6d70e..42e6dda91 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -1,7 +1,12 @@
-EXTRA_DIST = \
+talerincludedir = $(includedir)/taler
+
+talerinclude_HEADERS = \
platform.h \
- taler_blind.h \
+ taler_db_lib.h \
+ taler_json_lib.h \
+ taler_microhttpd_lib.h \
+ taler_mint_service.h \
+ taler_rsa.h \
taler_signatures.h \
taler_types.h \
- taler_util.h \
- taler_rsa.h
+ taler_util.h