diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-03 02:13:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-03 02:13:16 +0800 |
commit | 3b88e97ddc7011d3b97f059c4b7c2b0c0fa44851 (patch) | |
tree | 27c03966a7b5793f463765383f39cf1b73c1f4e6 /widgets/misc/Makefile.am | |
parent | e232ded38af4bfba708f2d405bf0c1c849872054 (diff) | |
download | gsoc2013-evolution-3b88e97ddc7011d3b97f059c4b7c2b0c0fa44851.tar.gz gsoc2013-evolution-3b88e97ddc7011d3b97f059c4b7c2b0c0fa44851.tar.zst gsoc2013-evolution-3b88e97ddc7011d3b97f059c4b7c2b0c0fa44851.zip |
Updated to build e-charset-picker.c
2001-07-02 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: Updated to build e-charset-picker.c
* e-charset-picker.[c,h]: Moved here from gal.
(e_charset_picker_bonobo_ui_populate): New function to populate a
bonobo-ui with a charset picker menu.
svn path=/trunk/; revision=10687
Diffstat (limited to 'widgets/misc/Makefile.am')
-rw-r--r-- | widgets/misc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index f60c31f70e..cca7625d05 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -18,6 +18,8 @@ libemiscwidgets_a_SOURCES = \ e-calendar-item.h \ e-cell-date-edit.c \ e-cell-date-edit.h \ + e-charset-picker.c \ + e-charset-picker.h \ e-clipped-label.c \ e-clipped-label.h \ e-dateedit.c \ |