aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/Makefile.am
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-08 15:39:51 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-08 15:39:51 +0800
commit313439d717171d45c9e2444e2128939c524f2d9c (patch)
treee8a418faebeb485ce8c6a7bfee92899606ec12f8 /widgets/misc/Makefile.am
parent6abfb7eae7cd1d58570881c8c322ff2ba40484df (diff)
downloadgsoc2013-evolution-313439d717171d45c9e2444e2128939c524f2d9c.tar
gsoc2013-evolution-313439d717171d45c9e2444e2128939c524f2d9c.tar.gz
gsoc2013-evolution-313439d717171d45c9e2444e2128939c524f2d9c.tar.bz2
gsoc2013-evolution-313439d717171d45c9e2444e2128939c524f2d9c.tar.lz
gsoc2013-evolution-313439d717171d45c9e2444e2128939c524f2d9c.tar.xz
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.am2
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 \