Skip to content

Commit

Permalink
Merge pull request #1338 from mgreter/refactoring/preparation-for-3.3.1
Browse files Browse the repository at this point in the history
Refactor for `sass_op` export on C-API
  • Loading branch information
mgreter committed Jul 19, 2015
2 parents 3fc4540 + 37836b2 commit 10a4b63
Show file tree
Hide file tree
Showing 28 changed files with 2,020 additions and 948 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@ SOURCES = \
source_map.cpp \
to_c.cpp \
to_string.cpp \
to_value.cpp \
units.cpp \
utf8_string.cpp \
values.cpp \
util.cpp

CSOURCES = cencode.c
Expand Down
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ libsass_la_SOURCES = \
source_map.cpp source_map.hpp \
to_c.cpp to_c.hpp \
to_string.cpp to_string.hpp \
to_value.cpp to_value.hpp \
units.cpp units.hpp \
utf8_string.cpp utf8_string.hpp \
values.cpp values.hpp \
util.cpp util.hpp

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

0 comments on commit 10a4b63

Please sign in to comment.