diff options
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 @@ | |||
1 | EXTRA_DIST = \ | 1 | talerincludedir = $(includedir)/taler |
2 | |||
3 | talerinclude_HEADERS = \ | ||
2 | platform.h \ | 4 | platform.h \ |
3 | taler_blind.h \ | 5 | taler_db_lib.h \ |
6 | taler_json_lib.h \ | ||
7 | taler_microhttpd_lib.h \ | ||
8 | taler_mint_service.h \ | ||
9 | taler_rsa.h \ | ||
4 | taler_signatures.h \ | 10 | taler_signatures.h \ |
5 | taler_types.h \ | 11 | taler_types.h \ |
6 | taler_util.h \ | 12 | taler_util.h |
7 | taler_rsa.h | ||