diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-15 03:43:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-15 06:02:15 +0800 |
commit | bea5e0e92d9d4c040093330b7210ca73d9558bd5 (patch) | |
tree | e447b9d50545289b3e7cb8daf1506557cb1776ce /modules/cal-config-local | |
parent | d62d757ae346cef780cbf1b2e7cb65ea8e1322ad (diff) | |
download | gsoc2013-evolution-bea5e0e92d9d4c040093330b7210ca73d9558bd5.tar gsoc2013-evolution-bea5e0e92d9d4c040093330b7210ca73d9558bd5.tar.gz gsoc2013-evolution-bea5e0e92d9d4c040093330b7210ca73d9558bd5.tar.bz2 gsoc2013-evolution-bea5e0e92d9d4c040093330b7210ca73d9558bd5.tar.lz gsoc2013-evolution-bea5e0e92d9d4c040093330b7210ca73d9558bd5.tar.xz gsoc2013-evolution-bea5e0e92d9d4c040093330b7210ca73d9558bd5.tar.zst gsoc2013-evolution-bea5e0e92d9d4c040093330b7210ca73d9558bd5.zip |
Remove some unnecessary linker flags.
Diffstat (limited to 'modules/cal-config-local')
-rw-r--r-- | modules/cal-config-local/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/cal-config-local/Makefile.am b/modules/cal-config-local/Makefile.am index 3cd8f6d18a..477d31b7eb 100644 --- a/modules/cal-config-local/Makefile.am +++ b/modules/cal-config-local/Makefile.am @@ -16,7 +16,6 @@ module_cal_config_local_la_SOURCES = \ module_cal_config_local_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ - $(top_builddir)/calendar/gui/libevolution-calendar.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) |