summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-01-17 16:55:45 +0100
committerBenjamin Otte <otte@redhat.com>2015-01-20 06:30:18 +0100
commit5cc0cae4b7a837ecc8cc3114d4851fba9a3e968d (patch)
treeb9e52841d6294e6fa72c38d5a502aec9b1623089 /gtk/Makefile.am
parentd25b4105d61243dc5943dc5c6d649b123d81b86f (diff)
downloadgtk+-5cc0cae4b7a837ecc8cc3114d4851fba9a3e968d.tar.gz
render: Rename gtkthemingbackground.[ch]
I want the gtkrender prefix for all filenames about rendering.
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 4052bb7d01..4c9f2443ba 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -477,6 +477,7 @@ gtk_private_h_sources = \
gtkrecentchooserdefault.h \
gtkrecentchooserprivate.h \
gtkrecentchooserutils.h \
+ gtkrenderbackgroundprivate.h \
gtkrenderprivate.h \
gtkresources.h \
gtkroundedboxprivate.h \
@@ -503,7 +504,6 @@ gtk_private_h_sources = \
gtktexttagprivate.h \
gtktexttypes.h \
gtktextutil.h \
- gtkthemingbackgroundprivate.h \
gtktrashmonitor.h \
gtktogglebuttonprivate.h \
gtktoolbarprivate.h \
@@ -761,6 +761,7 @@ gtk_base_c_sources = \
gtkrecentfilter.c \
gtkrecentmanager.c \
gtkrender.c \
+ gtkrenderbackground.c \
gtkresources.c \
gtkrevealer.c \
gtkroundedbox.c \
@@ -809,7 +810,6 @@ gtk_base_c_sources = \
gtktexttypes.c \
gtktextutil.c \
gtktextview.c \
- gtkthemingbackground.c \
gtktogglebutton.c \
gtktoggletoolbutton.c \
gtktoolbar.c \