Skip to content

Commit

Permalink
add sass_version to copied headers
Browse files Browse the repository at this point in the history
- ignore include folder since these only come from the build
- fixes sass#997
  • Loading branch information
drewwells committed Mar 28, 2015
1 parent 091010d commit 3bc77d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Makefile.in
/config.log
/config.status
/configure
include/
/libtool
/m4/libtool.m4
/m4/ltoptions.m4
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ libsass_la_SOURCES = \

libsass_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 0:9:0

include_HEADERS = sass2scss.h sass_context.h sass_functions.h sass_values.h sass.h
include_HEADERS = sass2scss.h sass_context.h sass_functions.h sass_values.h sass.h sass_version.h

if ENABLE_TESTS

Expand Down

0 comments on commit 3bc77d3

Please sign in to comment.