Skip to content

Commit 10a4b63

Browse files
committed
Merge pull request #1338 from mgreter/refactoring/preparation-for-3.3.1
Refactor for `sass_op` export on C-API
2 parents 3fc4540 + 37836b2 commit 10a4b63

28 files changed

+2020
-948
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,10 @@ SOURCES = \
190190
source_map.cpp \
191191
to_c.cpp \
192192
to_string.cpp \
193+
to_value.cpp \
193194
units.cpp \
194195
utf8_string.cpp \
196+
values.cpp \
195197
util.cpp
196198

197199
CSOURCES = cencode.c

Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ libsass_la_SOURCES = \
7777
source_map.cpp source_map.hpp \
7878
to_c.cpp to_c.hpp \
7979
to_string.cpp to_string.hpp \
80+
to_value.cpp to_value.hpp \
8081
units.cpp units.hpp \
8182
utf8_string.cpp utf8_string.hpp \
83+
values.cpp values.hpp \
8284
util.cpp util.hpp
8385

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

0 commit comments

Comments
 (0)