Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor C API for more robust ABI #635

Merged
merged 13 commits into from
Nov 17, 2014
Prev Previous commit
Mark first libtool beta release version (0.9.0)
Remove sass_interface header from libtool (use context.h)
  • Loading branch information
mgreter committed Nov 17, 2014

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit c2ca4662bab0c158cb8b2418cb54df90e486e62e
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -53,13 +53,13 @@ libsass_la_SOURCES = \
util.cpp

libsass_la_CXXFLAGS = $(AM_CXXFLAGS) -std=c++0x
libsass_la_LDFLAGS = -no-undefined -version-info 0:0:0
libsass_la_LDFLAGS = -no-undefined -version-info 0:9:0

if ENABLE_COVERAGE
libsass_la_LDFLAGS += -lgcov
endif

include_HEADERS = sass2scss.h sass_interface.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

if ENABLE_TESTS