From 0a6f95c82e827437a066a8aae00266235f7e8d86 Mon Sep 17 00:00:00 2001 From: Isaac Dupree Date: Sun, 2 Nov 2014 13:59:31 -0500 Subject: [PATCH] install newly required header in autotools build system sass_interface.h #includes sass2scss.h so we need to have the latter header wherever we have the former one. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index de266b948..e4c906e49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,7 @@ libsass_la_SOURCES = \ libsass_la_LDFLAGS = -no-undefined -version-info 0:0:0 -include_HEADERS = sass_interface.h sass.h +include_HEADERS = sass2scss.h sass_interface.h sass.h if ENABLE_TESTS