diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-04-23 19:23:32 +0800 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-04-23 19:25:44 +0800 |
commit | 562240f36fe145498fbb8f8df0471a820e90736a (patch) | |
tree | 2c59e190f59cad7c6a7800c0350ec33d54eff116 | |
parent | e9ea8a567cc85027ef7dcef7ba3ad03044677793 (diff) | |
download | gsoc2013-evolution-562240f36fe145498fbb8f8df0471a820e90736a.tar.gz gsoc2013-evolution-562240f36fe145498fbb8f8df0471a820e90736a.tar.zst gsoc2013-evolution-562240f36fe145498fbb8f8df0471a820e90736a.zip |
Remove 3 leftover references to non-existing libraries
-rw-r--r-- | calendar/gui/Makefile.am | 4 | ||||
-rw-r--r-- | modules/addressbook/Makefile.am | 4 | ||||
-rw-r--r-- | widgets/text/Makefile.am | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 167c1b082d..4c4137651b 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -1,7 +1,3 @@ -if OS_WIN32 -WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libevolution-mail.la -endif - SUBDIRS = alarm-notify dialogs privsolib_LTLIBRARIES = libevolution-calendar.la diff --git a/modules/addressbook/Makefile.am b/modules/addressbook/Makefile.am index 3a023e1e99..35cf16aa7c 100644 --- a/modules/addressbook/Makefile.am +++ b/modules/addressbook/Makefile.am @@ -1,7 +1,3 @@ -if OS_WIN32 -WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libevolution-mail.la -endif - module_LTLIBRARIES = libevolution-module-addressbook.la libevolution_module_addressbook_la_CPPFLAGS = \ diff --git a/widgets/text/Makefile.am b/widgets/text/Makefile.am index 4c5314182f..1feb5f153e 100644 --- a/widgets/text/Makefile.am +++ b/widgets/text/Makefile.am @@ -1,7 +1,3 @@ -if OS_WIN32 -WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libemiscwidgets.la -endif - privsolib_LTLIBRARIES = libetext.la libetext_la_CPPFLAGS = \ |