Skip to content

Commit

Permalink
Merge pull request sass#998 from drewwells/bugfix/versionheader
Browse files Browse the repository at this point in the history
add sass_version to copied headers
  • Loading branch information
mgreter committed Mar 28, 2015
2 parents 091010d + 3bc77d3 commit 8e7a294
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 8e7a294

Please sign in to comment.