summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
diff options
context:
space:
mode:
authorLucas Neves <lcneves@gmail.com>2017-09-28 15:30:14 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2017-10-21 15:03:51 +0100
commit54183411a97306df6e52d35dc5547ffac18a0992 (patch)
tree462bebe5062e41a03f0e61933349da0ea5062bc5 /src/parse/properties/Makefile
parent24479e3311cb07d09d3efb3338cb2904b18c0397 (diff)
downloadlibcss-54183411a97306df6e52d35dc5547ffac18a0992.tar.gz
libcss-54183411a97306df6e52d35dc5547ffac18a0992.tar.bz2
Parsing: Add support for parsing the flexbox properties.
Diffstat (limited to 'src/parse/properties/Makefile')
-rw-r--r--src/parse/properties/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse/properties/Makefile b/src/parse/properties/Makefile
index 6d6cff0..6461dda 100644
--- a/src/parse/properties/Makefile
+++ b/src/parse/properties/Makefile
@@ -45,6 +45,8 @@ DIR_SOURCES := \
cue.c \
cursor.c \
elevation.c \
+ flex.c \
+ flex_flow.c \
font.c \
font_family.c \
font_weight.c \