aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2010-03-06 04:43:30 +0800
committerFridrich Strba <fridrich.strba@bluewin.ch>2010-03-06 04:50:41 +0800
commit855ba06dc0875e0dcffb9c5d388f8b30abd2deb2 (patch)
treeb1d367d8ffe09bbf9f69275339056c1228aafa1c /addressbook
parent1d88f36d7fd0a5225c3438adb4782618407f320d (diff)
downloadgsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.tar
gsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.tar.gz
gsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.tar.bz2
gsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.tar.lz
gsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.tar.xz
gsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.tar.zst
gsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.zip
Remove a long lived win32 hack
It seems that the dummy libraries are not needed anymore on windows nowadays.
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/gui/contact-editor/Makefile.am5
-rw-r--r--addressbook/gui/contact-list-editor/Makefile.am4
2 files changed, 1 insertions, 8 deletions
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 = \