diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-06 04:43:30 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-06 04:50:41 +0800 |
commit | 855ba06dc0875e0dcffb9c5d388f8b30abd2deb2 (patch) | |
tree | b1d367d8ffe09bbf9f69275339056c1228aafa1c /addressbook/gui/contact-editor/Makefile.am | |
parent | 1d88f36d7fd0a5225c3438adb4782618407f320d (diff) | |
download | gsoc2013-evolution-855ba06dc0875e0dcffb9c5d388f8b30abd2deb2.tar.gz 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/gui/contact-editor/Makefile.am')
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 5 |
1 files changed, 1 insertions, 4 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) |