summaryrefslogtreecommitdiff
path: root/src/parse/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2016-11-20 13:10:02 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-03-10 13:42:03 +0000
commitf8c906e4c6ff36cefe0803cba6b2a083efe5bcb6 (patch)
treed3ca41a93070d6c2f543179f345f38788e746d29 /src/parse/Makefile
parent4591e4851068ab16afdecbaef5eccacc71344ffa (diff)
downloadlibcss-f8c906e4c6ff36cefe0803cba6b2a083efe5bcb6.tar.gz
libcss-f8c906e4c6ff36cefe0803cba6b2a083efe5bcb6.tar.bz2
Media Queries: datastructures and plumbing.
No parse implementation as yet. Selection hasn't been updated, either. One item of note in that area is that a client currently provides the media for top-level sheets being added to a selection context. This probably needs to change to providing a lwc_string containing the verbatim media query from the containing document's import mechanism. That way, the internal representation of media queries can remain opaque to clients.
Diffstat (limited to 'src/parse/Makefile')
-rw-r--r--src/parse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/Makefile b/src/parse/Makefile
index 99f55d0..6d11096 100644
--- a/src/parse/Makefile
+++ b/src/parse/Makefile
@@ -1,4 +1,4 @@
# Sources
-DIR_SOURCES := parse.c language.c important.c propstrings.c font_face.c
+DIR_SOURCES := parse.c language.c important.c propstrings.c font_face.c mq.c
include $(NSBUILD)/Makefile.subdir