aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/Makefile.am7
-rw-r--r--calendar/gui/Makefile.am7
2 files changed, 8 insertions, 6 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) \
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index a8abc3c180..cd2459e22d 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/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) \