From 0fb08f3ff81575a4749d851404233f34252dd2f2 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 21 Oct 2003 18:28:34 +0000 Subject: Merge new-ui-branch to the trunk. svn path=/trunk/; revision=22964 --- widgets/misc/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'widgets/misc/Makefile.am') diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index 7efeebb86f..f4d2cac974 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -31,6 +31,7 @@ widgetsinclude_HEADERS = \ e-map.h \ e-multi-config-dialog.h \ e-search-bar.h \ + e-source-selector.h \ e-title-bar.h \ e-url-entry.h @@ -51,6 +52,7 @@ libemiscwidgets_la_SOURCES = \ e-map.c \ e-multi-config-dialog.c \ e-search-bar.c \ + e-source-selector.c \ e-title-bar.c \ e-url-entry.c \ e-util-marshal.c @@ -72,6 +74,7 @@ noinst_PROGRAMS = \ test-dateedit \ test-dropdown-button \ test-multi-config-dialog \ + test-source-selector \ test-title-bar # test-calendar @@ -122,6 +125,17 @@ test_title_bar_LDADD = \ $(GNOME_FULL_LIBS) +# test-source-list-selector + +test_source_selector_SOURCES = \ + test-source-selector.c + +test_source_selector_LDADD = \ + ../../e-util/libeutil.la \ + ./libemiscwidgets.la \ + $(GNOME_FULL_LIBS) + + BUILT_SOURCES = $(MARSHAL_GENERATED) CLEANFILES = $(BUILT_SOURCES) -- cgit v1.2.3