diff options
author | Dan Winship <danw@src.gnome.org> | 2004-02-04 01:31:50 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-02-04 01:31:50 +0800 |
commit | b9c4553423f182bb1aec8d51cb295bb2bca78abe (patch) | |
tree | fb15775da9c9d452ba18c81a0b25127baa24b785 /widgets/misc/Makefile.am | |
parent | c89d4ffa5d97289457c207fa6a8dacc1bdad07cb (diff) | |
download | gsoc2013-evolution-b9c4553423f182bb1aec8d51cb295bb2bca78abe.tar.gz gsoc2013-evolution-b9c4553423f182bb1aec8d51cb295bb2bca78abe.tar.zst gsoc2013-evolution-b9c4553423f182bb1aec8d51cb295bb2bca78abe.zip |
Moved here from shell/, since they are now used only by the components,
* e-activity-handler.c:
* e-activity-handler.h:
* e-task-bar.c:
* e-task-bar.h:
* e-task-widget.c:
* e-task-widget.h: Moved here from shell/, since they are now used
only by the components, not the shell itself.
* Makefile.am (widgetsinclude_HEADERS,
libemiscwidgets_la_SOURCES): add new files
svn path=/trunk/; revision=24586
Diffstat (limited to 'widgets/misc/Makefile.am')
-rw-r--r-- | widgets/misc/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index 9db2180be2..25cce4416e 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -1,9 +1,5 @@ -# FIXME we use the EClippedLabel widget from EShortcutBar. Probably -# it should be moved somewhere else. - INCLUDES = \ -I$(top_srcdir) \ - -I$(top_srcdir)/widgets/shortcut-bar \ -I$(top_srcdir)/a11y/widgets/ \ -DMAP_DIR=\""$(imagesdir)"\" \ -DG_LOG_DOMAIN=__FILE__ \ @@ -15,6 +11,7 @@ privlib_LTLIBRARIES = \ widgetsincludedir = $(privincludedir)/widgets widgetsinclude_HEADERS = \ + e-activity-handler.h \ e-calendar.h \ e-calendar-item.h \ e-cell-date-edit.h \ @@ -34,12 +31,15 @@ widgetsinclude_HEADERS = \ e-search-bar.h \ e-source-option-menu.h \ e-source-selector.h \ + e-task-bar.h \ + e-task-widget.h \ e-title-bar.h \ e-url-entry.h libemiscwidgets_la_SOURCES = \ $(MARSHAL_GENERATED) \ $(widgetsinclude_HEADERS) \ + e-activity-handler.c \ e-calendar.c \ e-calendar-item.c \ e-cell-date-edit.c \ @@ -59,6 +59,8 @@ libemiscwidgets_la_SOURCES = \ e-search-bar.c \ e-source-option-menu.c \ e-source-selector.c \ + e-task-bar.c \ + e-task-widget.c \ e-title-bar.c \ e-url-entry.c |