summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-01-10 00:47:32 +0100
committerBenjamin Otte <otte@redhat.com>2015-03-18 15:23:28 +0100
commitbe596f3967c184e66f8ba5fde2880b4220989a75 (patch)
tree0f3a96e6c6375c8dcfb239c8a80f0062ea6012a9 /gtk/Makefile.am
parent99c4f2dd3947c290e3ea19153202be3e43b22add (diff)
downloadgtk+-be596f3967c184e66f8ba5fde2880b4220989a75.tar.gz
stylecontext: Split out GtkCssNode into own file
The functionality of it is supposed to grow, so better put it in a custom file early. This is just a naive split so far, the next patches will split things further.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 51153e6221..13e2651c1d 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -397,6 +397,7 @@ gtk_private_h_sources = \
gtkcsskeyframesprivate.h \
gtkcsslookupprivate.h \
gtkcssmatcherprivate.h \
+ gtkcssnodeprivate.h \
gtkcssnodedeclarationprivate.h \
gtkcssnumbervalueprivate.h \
gtkcssparserprivate.h \
@@ -627,6 +628,7 @@ gtk_base_c_sources = \
gtkcsskeyframes.c \
gtkcsslookup.c \
gtkcssmatcher.c \
+ gtkcssnode.c \
gtkcssnodedeclaration.c \
gtkcssnumbervalue.c \
gtkcssparser.c \