aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/Makefile.am
diff options
context:
space:
mode:
authorERDI Gergo <cactus@cactus.rulez.org>2004-01-11 00:14:17 +0800
committerÉRDI Gergo <cactus@src.gnome.org>2004-01-11 00:14:17 +0800
commit2fd22d547c519e90f3dc6850d2235e122964f477 (patch)
tree67adb5efced8a9edd1694eac0bbf23211d2fb7c2 /widgets/misc/Makefile.am
parent873550ef30d4e8c8d249442fb5002095765a764f (diff)
downloadgsoc2013-evolution-2fd22d547c519e90f3dc6850d2235e122964f477.tar
gsoc2013-evolution-2fd22d547c519e90f3dc6850d2235e122964f477.tar.gz
gsoc2013-evolution-2fd22d547c519e90f3dc6850d2235e122964f477.tar.bz2
gsoc2013-evolution-2fd22d547c519e90f3dc6850d2235e122964f477.tar.lz
gsoc2013-evolution-2fd22d547c519e90f3dc6850d2235e122964f477.tar.xz
gsoc2013-evolution-2fd22d547c519e90f3dc6850d2235e122964f477.tar.zst
gsoc2013-evolution-2fd22d547c519e90f3dc6850d2235e122964f477.zip
Implemented #127527: the attachment bar is packed inside an EExpander
2003-12-02 ERDI Gergo <cactus@cactus.rulez.org> * e-msg-composer.c: Implemented #127527: the attachment bar is packed inside an EExpander svn path=/trunk/; revision=24146
Diffstat (limited to 'widgets/misc/Makefile.am')
-rw-r--r--widgets/misc/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am
index 849a53e20c..5ddcf72d2a 100644
--- a/widgets/misc/Makefile.am
+++ b/widgets/misc/Makefile.am
@@ -27,6 +27,7 @@ widgetsinclude_HEADERS = \
e-combo-button.h \
e-dateedit.h \
e-dropdown-button.h \
+ e-expander.h \
e-map.h \
e-multi-config-dialog.h \
e-search-bar.h \
@@ -50,6 +51,7 @@ libemiscwidgets_la_SOURCES = \
e-combo-button.c \
e-dateedit.c \
e-dropdown-button.c \
+ e-expander.c \
e-map.c \
e-multi-config-dialog.c \
e-search-bar.c \
@@ -158,4 +160,4 @@ EXTRA_DIST = \
ChangeLog.pre-1-4
dist-hook:
- cd $(distdir); rm -f $(BUILT_SOURCES) \ No newline at end of file
+ cd $(distdir); rm -f $(BUILT_SOURCES)