diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-09-03 15:37:57 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-09-03 15:37:57 +0800 |
commit | 9b868dd762e274911f40abf91e610128641990fe (patch) | |
tree | 142caa25d353813dd221eab048ad148c18052b19 /calendar/conduits | |
parent | 15118ad6ee8c672580c8d48cf913e73823e178eb (diff) | |
download | gsoc2013-evolution-9b868dd762e274911f40abf91e610128641990fe.tar.gz 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/conduits')
-rw-r--r-- | calendar/conduits/common/Makefile.am | 25 |
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) - - - |