diff options
author | Peter Teichman <teichman@src.gnome.org> | 1999-08-01 04:29:06 +0800 |
---|---|---|
committer | Peter Teichman <teichman@src.gnome.org> | 1999-08-01 04:29:06 +0800 |
commit | 5709aa9ef61dc720571acec93085f7d2d4ef4758 (patch) | |
tree | 55c53a184e939398f680fb67d31dfa85c5ab4798 /calendar/Makefile.am | |
parent | dc41ba6c011504f21bb84a32940485a304faf4fc (diff) | |
download | gsoc2013-evolution-5709aa9ef61dc720571acec93085f7d2d4ef4758.tar gsoc2013-evolution-5709aa9ef61dc720571acec93085f7d2d4ef4758.tar.gz gsoc2013-evolution-5709aa9ef61dc720571acec93085f7d2d4ef4758.tar.bz2 gsoc2013-evolution-5709aa9ef61dc720571acec93085f7d2d4ef4758.tar.lz gsoc2013-evolution-5709aa9ef61dc720571acec93085f7d2d4ef4758.tar.xz gsoc2013-evolution-5709aa9ef61dc720571acec93085f7d2d4ef4758.tar.zst gsoc2013-evolution-5709aa9ef61dc720571acec93085f7d2d4ef4758.zip |
More auto* cleanups. The new calendar conduit now compiles conditionally,
based on whether you have gnome-pilot installed.
svn path=/trunk/; revision=1051
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am index a8abc3c180..cd2459e22d 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -16,7 +16,7 @@ INCLUDES = \ $(GNOME_CONDUIT_INCLUDEDIR) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -bin_PROGRAMS = gnomecal calendar-pilot-sync +bin_PROGRAMS = gnomecal calendar-pilot-sync GNOMECAL_CORBA_GENERATED = \ GnomeCal.h \ @@ -110,8 +110,9 @@ calendar_pilot_sync_LDADD = \ #calendar_conduit calendar_conduitsdir=$(libdir)/gnome-pilot/conduits -calendar_conduits_LTLIBRARIES = \ - libcalendar_conduit.la +calendar_conduits_LTLIBRARIES = @CALCONDUITLIB@ + +EXTRA_LTLIBRARIES = libcalendar_conduit.la libcalendar_conduit_la_LIBADD = \ $(GNOME_CONDUIT_LIBS) \ |