From b35057522912f7f58ad22e8967a721401fca531b Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Wed, 5 Jan 2005 19:36:44 +0000 Subject: merging send options 2005-01-06 Chenthill Palanisamy merging send options * Makefile.am: * e-send-options.[ch]: Widgets for the send options dialog * e-send-options.glade: Contains interface for the dialog svn path=/trunk/; revision=28249 --- widgets/misc/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'widgets/misc/Makefile.am') diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index 0d792bff5e..664627940a 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -3,6 +3,7 @@ INCLUDES = \ -I$(top_srcdir)/a11y/widgets/ \ -DMAP_DIR=\""$(imagesdir)"\" \ -DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \ + -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DG_LOG_DOMAIN=__FILE__ \ $(E_WIDGETS_CFLAGS) @@ -19,6 +20,8 @@ pilot_sources = pilot_headers = endif +glade_DATA = e-send-options.glade + widgetsinclude_HEADERS = \ $(pilot_headers) \ e-activity-handler.h \ @@ -43,6 +46,7 @@ widgetsinclude_HEADERS = \ e-search-bar.h \ e-task-bar.h \ e-task-widget.h \ + e-send-options.h \ e-url-entry.h libemiscwidgets_la_SOURCES = \ @@ -71,6 +75,7 @@ libemiscwidgets_la_SOURCES = \ e-search-bar.c \ e-task-bar.c \ e-task-widget.c \ + e-send-options.c \ e-url-entry.c MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h -- cgit v1.2.3