Skip to content

Commit 8e7a294

Browse files
committed
Merge pull request #998 from drewwells/bugfix/versionheader
add sass_version to copied headers
2 parents 091010d + 3bc77d3 commit 8e7a294

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Makefile.in
2020
/config.log
2121
/config.status
2222
/configure
23+
include/
2324
/libtool
2425
/m4/libtool.m4
2526
/m4/ltoptions.m4

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ libsass_la_SOURCES = \
8282

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

85-
include_HEADERS = sass2scss.h sass_context.h sass_functions.h sass_values.h sass.h
85+
include_HEADERS = sass2scss.h sass_context.h sass_functions.h sass_values.h sass.h sass_version.h
8686

8787
if ENABLE_TESTS
8888

0 commit comments

Comments
 (0)