aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-06-27 08:43:08 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-06-27 08:43:08 +0800
commit624fae240b1cf5a216129d0dc2a5913f0216ae59 (patch)
tree70fb86f66c5b0c5ee8ada12e61ea6b4cb325f0fc /calendar/conduits
parent4c31da1385ab7458b0e1f8552c04a895b1c7be2d (diff)
downloadgsoc2013-evolution-624fae240b1cf5a216129d0dc2a5913f0216ae59.tar
gsoc2013-evolution-624fae240b1cf5a216129d0dc2a5913f0216ae59.tar.gz
gsoc2013-evolution-624fae240b1cf5a216129d0dc2a5913f0216ae59.tar.bz2
gsoc2013-evolution-624fae240b1cf5a216129d0dc2a5913f0216ae59.tar.lz
gsoc2013-evolution-624fae240b1cf5a216129d0dc2a5913f0216ae59.tar.xz
gsoc2013-evolution-624fae240b1cf5a216129d0dc2a5913f0216ae59.tar.zst
gsoc2013-evolution-624fae240b1cf5a216129d0dc2a5913f0216ae59.zip
Prune unnecessary and nonexistent directories from the -I options. Prune
2005-06-27 Tor Lillqvist <tml@novell.com> * */Makefile.am: Prune unnecessary and nonexistent directories from the -I options. Prune pathname macros not used in the sources in that directory from the -D options. Use NO_UNDEFINED. Link with all necessary libraries. On Win32 link with bootstrap libraries where necessary. * common/Makefile.am: As this is a noinst library, no use for LDFLAGS or LIBADD. * gui/Makefile.am: Use Win32-specific hack to work around MSYS feature in the gconftool invokation. * gui/calendar-commands.c: Remove superfluous inclusion of <pwd.h>. * gui/e-cal-list-view.c * gui/e-day-view.c: Remove superfluous inclusion of <gdk/gdkx.h>. * gui/gnome-cal.c: Remove superfluous inclusion of <sys/wait.h>. * importers/icalendar-importer.c: Use g_usleep() instead of sleep(). svn path=/trunk/; revision=29592
Diffstat (limited to 'calendar/conduits')
-rw-r--r--calendar/conduits/calendar/Makefile.am2
-rw-r--r--calendar/conduits/todo/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am
index 0b6f78655f..8abfc96bb1 100644
--- a/calendar/conduits/calendar/Makefile.am
+++ b/calendar/conduits/calendar/Makefile.am
@@ -11,7 +11,7 @@ privconduit_LTLIBRARIES = libecalendar_conduit.la
libecalendar_conduit_la_SOURCES = \
calendar-conduit.c
-libecalendar_conduit_la_LDFLAGS = -module -avoid-version
+libecalendar_conduit_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
libecalendar_conduit_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/e-util/libeconduit.la \
diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am
index 8753a50395..9c3ae10874 100644
--- a/calendar/conduits/todo/Makefile.am
+++ b/calendar/conduits/todo/Makefile.am
@@ -11,7 +11,7 @@ privconduit_LTLIBRARIES = libetodo_conduit.la
libetodo_conduit_la_SOURCES = \
todo-conduit.c
-libetodo_conduit_la_LDFLAGS = -module -avoid-version
+libetodo_conduit_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
libetodo_conduit_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/e-util/libeconduit.la \