aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-09-03 15:37:57 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-09-03 15:37:57 +0800
commit9b868dd762e274911f40abf91e610128641990fe (patch)
tree142caa25d353813dd221eab048ad148c18052b19 /calendar
parent15118ad6ee8c672580c8d48cf913e73823e178eb (diff)
downloadgsoc2013-evolution-9b868dd762e274911f40abf91e610128641990fe.tar
gsoc2013-evolution-9b868dd762e274911f40abf91e610128641990fe.tar.gz
gsoc2013-evolution-9b868dd762e274911f40abf91e610128641990fe.tar.bz2
gsoc2013-evolution-9b868dd762e274911f40abf91e610128641990fe.tar.lz
gsoc2013-evolution-9b868dd762e274911f40abf91e610128641990fe.tar.xz
gsoc2013-evolution-9b868dd762e274911f40abf91e610128641990fe.tar.zst
gsoc2013-evolution-9b868dd762e274911f40abf91e610128641990fe.zip
2007-09-03 mcrha Fixing Makefile.am I broke with Fix for bug #201167 by Nathan Owens
svn path=/trunk/; revision=34164
Diffstat (limited to 'calendar')
-rw-r--r--calendar/conduits/common/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/calendar/conduits/common/Makefile.am b/calendar/conduits/common/Makefile.am
index ef692b58e1..3f18ffa19c 100644
--- a/calendar/conduits/common/Makefile.am
+++ b/calendar/conduits/common/Makefile.am
@@ -21,28 +21,3 @@ libecalendar_common_conduit_la_LIBADD = \
$(EVOLUTION_CALENDAR_CONDUIT_LIBS)
-
-INCLUDES = \
- -I$(top_srcdir)/e-util \
- -I$(top_builddir)/e-util \
- $(EVOLUTION_CALENDAR_CONDUIT_CFLAGS)
-
-# Calendar Conduit library
-privconduit_LTLIBRARIES = libecalendar_common_conduit.la
-
-ecalendar_common_conduitincludedir = $(privincludedir)/calendar/conduits/common
-
-ecalendar_common_conduitinclude_HEADERS = \
- libecalendar-common-conduit.h
-
-libecalendar_common_conduit_la_SOURCES = \
- libecalendar-common-conduit.c
-
-libecalendar_common_conduit_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
-libecalendar_common_conduit_la_LIBADD = \
- $(top_builddir)/e-util/libeutil.la \
- $(top_builddir)/e-util/libeconduit.la \
- $(EVOLUTION_CALENDAR_CONDUIT_LIBS)
-
-
-