From 9b868dd762e274911f40abf91e610128641990fe Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 3 Sep 2007 07:37:57 +0000 Subject: 2007-09-03 mcrha Fixing Makefile.am I broke with Fix for bug #201167 by Nathan Owens svn path=/trunk/; revision=34164 --- calendar/conduits/common/Makefile.am | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'calendar') 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) - - - -- cgit v1.2.3