-rw-r--r-- | include/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..f37e4d7 --- a/dev/null +++ b/include/Makefile.am | |||
@@ -0,0 +1,4 @@ | |||
1 | include_HEADERS = $(addprefix napkin/,\ | ||
2 | exception.h types.h util.h \ | ||
3 | st/decode.h st/download.h \ | ||
4 | ) | ||