summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-06-21 01:50:16 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-06-21 01:50:16 +0000
commit6f94dc291688270746f8a29f3935f54be05bfc9e (patch)
treefe79954b486c31404bfe3f87811b880624938e26 /src/Makefile.am
parent97b88b88f5abb47d868e235a2c7dfd1f6cc0cfca (diff)
downloadglade-6f94dc291688270746f8a29f3935f54be05bfc9e.tar.gz
Added glade-palette-item.[ch], glade-palette-box.[ch] and
* src/Makefile.am: Added glade-palette-item.[ch], glade-palette-box.[ch] and glade-palette-expander.[ch] to build sources.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 07d31704..98f16699 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -61,6 +61,9 @@ libgladeui_1_la_SOURCES = \
glade-widget-class.c \
glade-xml-utils.c \
glade-palette.c \
+ glade-palette-item.c \
+ glade-palette-box.c \
+ glade-palette-expander.c \
glade-cursor.c \
glade-property.c \
glade-property-class.c \
@@ -107,6 +110,9 @@ libgladeuiinclude_HEADERS = \
glade-editor-property.h \
glade-signal-editor.h \
glade-palette.h \
+ glade-palette-item.h \
+ glade-palette-box.h \
+ glade-palette-expander.h \
glade-cursor.h \
glade-widget.h \
glade-widget-class.h \