Skip to content

Commit

Permalink
Merge pull request sass#609 from idupree/autotools-header-install-fix
Browse files Browse the repository at this point in the history
install newly required header in autotools build system
  • Loading branch information
mgreter committed Nov 2, 2014
2 parents d3e3648 + 0a6f95c commit 9f0aa96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f0aa96

Please # to comment.