diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-08 15:39:51 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-08 15:39:51 +0800 |
commit | 313439d717171d45c9e2444e2128939c524f2d9c (patch) | |
tree | e8a418faebeb485ce8c6a7bfee92899606ec12f8 /widgets/misc/Makefile.am | |
parent | 6abfb7eae7cd1d58570881c8c322ff2ba40484df (diff) | |
download | gsoc2013-evolution-313439d717171d45c9e2444e2128939c524f2d9c.tar.gz gsoc2013-evolution-313439d717171d45c9e2444e2128939c524f2d9c.tar.zst gsoc2013-evolution-313439d717171d45c9e2444e2128939c524f2d9c.zip |
A widget to show component info for the current component/view.
2004-04-08 Not Zed <NotZed@Ximian.com>
* e-info-label.[ch]: A widget to show component info for the
current component/view.
svn path=/trunk/; revision=25368
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 25cce4416e..768f36cd9b 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -26,6 +26,7 @@ widgetsinclude_HEADERS = \ e-dropdown-button.h \ e-expander.h \ e-image-chooser.h \ + e-info-label.h \ e-map.h \ e-multi-config-dialog.h \ e-search-bar.h \ @@ -54,6 +55,7 @@ libemiscwidgets_la_SOURCES = \ e-dropdown-button.c \ e-expander.c \ e-image-chooser.c \ + e-info-label.c \ e-map.c \ e-multi-config-dialog.c \ e-search-bar.c \ |