diff options
author | Benjamin Otte <otte@redhat.com> | 2012-04-04 16:15:41 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-04-17 08:59:18 +0200 |
commit | 56f79fecce885e05b7fe1677a70b98c64ea4a85c (patch) | |
tree | 7b2e19ed13500e3c7075873a0326b3b29e510bf8 /gtk/Makefile.am | |
parent | cfc64627304916e1a1848230dbb426e7dc22251f (diff) | |
download | gtk+-56f79fecce885e05b7fe1677a70b98c64ea4a85c.tar.gz |
cssvalue: Add a border value
.. and parse border-image-slice with it.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 01ea4cac1c..062b99916b 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -425,6 +425,7 @@ gtk_private_h_sources = \ gtkcontainerprivate.h \ gtkcssarrayvalueprivate.h \ gtkcssbgsizevalueprivate.h \ + gtkcssbordervalueprivate.h \ gtkcsscomputedvaluesprivate.h \ gtkcsscornervalueprivate.h \ gtkcsscustompropertyprivate.h \ @@ -638,6 +639,7 @@ gtk_base_c_sources = \ gtkcontainer.c \ gtkcssarrayvalue.c \ gtkcssbgsizevalue.c \ + gtkcssbordervalue.c \ gtkcsscomputedvalues.c \ gtkcsscornervalue.c \ gtkcsscustomproperty.c \ |