diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-11-09 09:42:29 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-11-09 09:42:29 +0800 |
commit | 0b246c95e9a1cc61b73cd0e1cead30af8356bcf8 (patch) | |
tree | c22b2577557a481c6d794ab36f83becffc63a139 /calendar/Makefile.am | |
parent | 643a3d01716e1904d44b2dffca69219286df9d87 (diff) | |
download | gsoc2013-evolution-0b246c95e9a1cc61b73cd0e1cead30af8356bcf8.tar gsoc2013-evolution-0b246c95e9a1cc61b73cd0e1cead30af8356bcf8.tar.gz gsoc2013-evolution-0b246c95e9a1cc61b73cd0e1cead30af8356bcf8.tar.bz2 gsoc2013-evolution-0b246c95e9a1cc61b73cd0e1cead30af8356bcf8.tar.lz gsoc2013-evolution-0b246c95e9a1cc61b73cd0e1cead30af8356bcf8.tar.xz gsoc2013-evolution-0b246c95e9a1cc61b73cd0e1cead30af8356bcf8.tar.zst gsoc2013-evolution-0b246c95e9a1cc61b73cd0e1cead30af8356bcf8.zip |
Fixed an unwanted conditional on libcalendar_conduit_la_LDFLAGS
* Makefile.am (#todo_conduit_control_applet_SOURCES): Fixed an
unwanted conditional on libcalendar_conduit_la_LDFLAGS
svn path=/trunk/; revision=1372
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am index f08b4df06a..510ef8e80a 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -120,6 +120,7 @@ calendar_pilot_sync_LDADD = \ if HAVE_GNOME_PILOT #calendar_conduit calendar_conduitsdir=$(libdir)/gnome-pilot/conduits +endif calendar_conduits_LTLIBRARIES = libcalendar_conduit.la @@ -183,7 +184,6 @@ calendar_conduit_control_applet_LDADD = \ # $(GNOMEUI_LIBS) \ # $(GNOME_PILOT_LIBS) \ # $(INTLLIBS) -endif gnomecal_LDADD = $(LINK_FLAGS) |