summaryrefslogtreecommitdiff
path: root/gladeui/Makefile.am
diff options
context:
space:
mode:
authorVincent Geddes <vgeddes@src.gnome.org>2007-04-26 21:53:37 +0000
committerVincent Geddes <vgeddes@src.gnome.org>2007-04-26 21:53:37 +0000
commitc5387f7d86382eda7a5540fc7cd3f8306919e1b6 (patch)
tree4198a7f9b3e43c8b9839ee50df668d1d890d145e /gladeui/Makefile.am
parent27f06c2f00cf726d92a2b36f12208ad39af7732a (diff)
downloadglade-c5387f7d86382eda7a5540fc7cd3f8306919e1b6.tar.gz
install some missing header files. Fixes an Anjuta compilation error.
* gladeui/Makefile.am: install some missing header files. Fixes an Anjuta compilation error. * gladeui/glade-app.c: Update to use g_object_ref_sink (). * gladeui/glade-palette-expander.c: Correctly handle internal widget. svn path=/trunk/; revision=1280
Diffstat (limited to 'gladeui/Makefile.am')
-rw-r--r--gladeui/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/gladeui/Makefile.am b/gladeui/Makefile.am
index 84855887..f52cd033 100644
--- a/gladeui/Makefile.am
+++ b/gladeui/Makefile.am
@@ -64,10 +64,6 @@ libgladeui_1_la_SOURCES = \
glade-catalog.h \
glade-marshallers.h \
glade-accumulators.h \
- glade-parser.h \
- glade-cursor.h \
- glade-signal.h \
- glade-xml-utils.h \
atk.xpm
libgladeui_1_la_CPPFLAGS = \
@@ -98,6 +94,7 @@ libgladeuiinclude_HEADERS = \
glade-editor-property.h \
glade-signal-editor.h \
glade-palette.h \
+ glade-palette-item.h \
glade-design-layout.h \
glade-design-view.h \
glade-widget.h \
@@ -113,6 +110,10 @@ libgladeuiinclude_HEADERS = \
glade-fixed.h \
glade-binding.h \
glade-base-editor.h \
+ glade-xml-utils.h \
+ glade-parser.h \
+ glade-signal.h \
+ glade-cursor.h \
fixed_bg.xpm