summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-05-21 03:30:36 +0200
committerBenjamin Otte <otte@redhat.com>2011-05-21 22:49:43 +0200
commit5eca8f82753aa4b93e35609030216ed5966f1562 (patch)
tree389c184167699630e6625f8796f4462af69d73d2 /gtk/Makefile.am
parente64b220791a9165ec3b542a93e6b3e07b9800ed8 (diff)
downloadgtk+-5eca8f82753aa4b93e35609030216ed5966f1562.tar.gz
css: Rename gtkcssstrfuncs file to gtkstyleproperty
The idea is to handle the style property registering etc in this file instead of the styleproperties file. The next commits will move those files.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index b90ac384ce..a9e623e752 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -389,7 +389,6 @@ gtk_private_h_sources = \
gtkcssparserprivate.h \
gtkcssproviderprivate.h \
gtkcssselectorprivate.h \
- gtkcssstringfuncsprivate.h \
gtkcustompaperunixdialog.h \
gtkdndcursors.h \
gtkentryprivate.h \
@@ -434,6 +433,7 @@ gtk_private_h_sources = \
gtksocketprivate.h \
gtkstylecontextprivate.h \
gtkstylepropertiesprivate.h \
+ gtkstylepropertyprivate.h \
gtktextbtree.h \
gtktextbufferserialize.h \
gtktextchildprivate.h \
@@ -518,7 +518,6 @@ gtk_base_c_sources = \
gtkcssparser.c \
gtkcssprovider.c \
gtkcssselector.c \
- gtkcssstringfuncs.c \
gtkdialog.c \
gtkdrawingarea.c \
gtkeditable.c \
@@ -636,6 +635,7 @@ gtk_base_c_sources = \
gtkstock.c \
gtkstylecontext.c \
gtkstyleproperties.c \
+ gtkstyleproperty.c \
gtkstyleprovider.c \
gtkstyle.c \
gtkswitch.c \