From 0ad579912cd56a57f7af4bffba47b4f423041874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangZhuo=20Chen=20=28=E9=99=B3=E6=98=8C=E5=80=AC=29?= Date: Sat, 17 May 2014 11:23:01 +0800 Subject: [PATCH] Install header files --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile.am b/Makefile.am index c155820..35eebbf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,10 @@ SUBDIRS=src tests + +r3_includedir = $(includedir)/r3 +r3_include_HEADERS = \ + include/r3.h \ + include/r3_define.h \ + include/r3_list.h \ + include/r3_str.h \ + include/str_array.h \ + $(NULL)