From 855ba06dc0875e0dcffb9c5d388f8b30abd2deb2 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 5 Mar 2010 21:43:30 +0100 Subject: Remove a long lived win32 hack It seems that the dummy libraries are not needed anymore on windows nowadays. --- addressbook/gui/contact-editor/Makefile.am | 5 +---- addressbook/gui/contact-list-editor/Makefile.am | 4 ---- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index 8f66bbf0de..486d71e223 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -1,7 +1,3 @@ -if OS_WIN32 -WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libevolution-addressbook.la -endif - privsolib_LTLIBRARIES = libecontacteditor.la libecontacteditor_la_CPPFLAGS = \ @@ -37,6 +33,7 @@ libecontacteditor_la_LIBADD = \ $(top_builddir)/addressbook/gui/widgets/libeabwidgets.la \ $(top_builddir)/addressbook/gui/merging/libeabbookmerging.la \ $(top_builddir)/addressbook/printing/libecontactprint.la \ + $(top_builddir)/widgets/menus/.libs/libmenus.la \ $(EVOLUTION_ADDRESSBOOK_LIBS) \ $(GNOME_PLATFORM_LIBS) diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am index f875f3c3d7..28015dfe4b 100644 --- a/addressbook/gui/contact-list-editor/Makefile.am +++ b/addressbook/gui/contact-list-editor/Makefile.am @@ -1,7 +1,3 @@ -if OS_WIN32 -WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libevolution-addressbook.la -endif - privsolib_LTLIBRARIES = libecontactlisteditor.la libecontactlisteditor_la_CPPFLAGS = \ -- cgit v1.2.3