diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-01-06 03:36:44 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-01-06 03:36:44 +0800 |
commit | b35057522912f7f58ad22e8967a721401fca531b (patch) | |
tree | 4570b29fa53b1dd2b4b284b93ed4ba85acf1f3c2 /widgets/misc/Makefile.am | |
parent | 7615f6d887c503dcef0386f53a5b03d65328c770 (diff) | |
download | gsoc2013-evolution-b35057522912f7f58ad22e8967a721401fca531b.tar.gz gsoc2013-evolution-b35057522912f7f58ad22e8967a721401fca531b.tar.zst gsoc2013-evolution-b35057522912f7f58ad22e8967a721401fca531b.zip |
merging send options
2005-01-06 Chenthill Palanisamy <pchenthill@novell.com>
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
Diffstat (limited to 'widgets/misc/Makefile.am')
-rw-r--r-- | widgets/misc/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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 |