summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-03-15 12:20:29 +0100
committerBenjamin Otte <otte@redhat.com>2011-03-17 11:59:17 +0100
commit3f491f7157b72336da7243d7b66668c4742f4c68 (patch)
treeca7a85dab5f7dea54f2b8a8fa0e198788963cc4b /gtk/Makefile.am
parent979a68c74af25b18fcdccc805bc58ef66b06435b (diff)
downloadgtk+-3f491f7157b72336da7243d7b66668c4742f4c68.tar.gz
style: Move private function into private header
The function wasn't exported, so everybody using it would have gotten linking failures.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 8274001506..efe93154b7 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -428,6 +428,7 @@ gtk_private_h_sources = \
gtksizegroup-private.h \
gtksocketprivate.h \
gtkstylecontextprivate.h \
+ gtkstylepropertiesprivate.h \
gtktextbtree.h \
gtktextbufferserialize.h \
gtktextchildprivate.h \