diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-08 19:32:53 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-08 19:32:53 +0100 |
commit | ba38579c08664d4e75768f19fd639d1fa9470863 (patch) | |
tree | 8468036b48d21b3f77a30965fdf025a569d8af02 /src/include/Makefile.am | |
parent | a9f98536b70867e2be272cad741763adb1849b15 (diff) |
install taler headers
Diffstat (limited to 'src/include/Makefile.am')
-rw-r--r-- | src/include/Makefile.am | 13 |
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 |