From 624fae240b1cf5a216129d0dc2a5913f0216ae59 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 27 Jun 2005 00:43:08 +0000 Subject: Prune unnecessary and nonexistent directories from the -I options. Prune 2005-06-27 Tor Lillqvist * */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 . * gui/e-cal-list-view.c * gui/e-day-view.c: Remove superfluous inclusion of . * gui/gnome-cal.c: Remove superfluous inclusion of . * importers/icalendar-importer.c: Use g_usleep() instead of sleep(). svn path=/trunk/; revision=29592 --- calendar/conduits/todo/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/conduits/todo') 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 \ -- cgit v1.2.3