summaryrefslogtreecommitdiff
path: root/plugins/gtk+/Makefile.am
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2013-05-05 18:45:45 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2013-05-05 18:45:45 +0900
commitcc607ee9142fd926da7ffe4dbee4fc17be9f945d (patch)
tree726b2ab27be4728399acb7c16708d2f7c9fbdbba /plugins/gtk+/Makefile.am
parent40fcf1db0dca6edb27ac268095840b027eeb5374 (diff)
downloadglade-cc607ee9142fd926da7ffe4dbee4fc17be9f945d.tar.gz
Added GladeRecentChooserDialogEditor
A GladeWindowEditor embedding a GladeRecentChooserEditor
Diffstat (limited to 'plugins/gtk+/Makefile.am')
-rw-r--r--plugins/gtk+/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/gtk+/Makefile.am b/plugins/gtk+/Makefile.am
index 98fb95c4..f2926113 100644
--- a/plugins/gtk+/Makefile.am
+++ b/plugins/gtk+/Makefile.am
@@ -102,6 +102,7 @@ libgladegtk_la_SOURCES = \
glade-label-editor.c \
glade-message-dialog-editor.c \
glade-model-data.c \
+ glade-recent-chooser-dialog-editor.c \
glade-recent-chooser-editor.c \
glade-store-editor.c \
glade-string-list.c \
@@ -150,6 +151,7 @@ noinst_HEADERS = \
glade-label-editor.h \
glade-message-dialog-editor.h \
glade-model-data.h \
+ glade-recent-chooser-dialog-editor.h \
glade-recent-chooser-editor.h \
glade-store-editor.h \
glade-string-list.h \
@@ -196,6 +198,7 @@ UI_FILES = \
glade-image-editor.ui \
glade-label-editor.ui \
glade-message-dialog-editor.ui \
+ glade-recent-chooser-dialog-editor.ui \
glade-recent-chooser-editor.ui \
glade-tool-button-editor.ui \
glade-widget-editor.ui \