aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Teichman <teichman@src.gnome.org>1999-08-02 12:16:07 +0800
committerPeter Teichman <teichman@src.gnome.org>1999-08-02 12:16:07 +0800
commit3f3a867c4ca5fae49cac1d151055b1eb75278569 (patch)
treed2b986a83be20babae22477f179383973b4d6c26
parentff875c37684edfa4a9349e2c1de66950de6b3091 (diff)
downloadgsoc2013-evolution-3f3a867c4ca5fae49cac1d151055b1eb75278569.tar
gsoc2013-evolution-3f3a867c4ca5fae49cac1d151055b1eb75278569.tar.gz
gsoc2013-evolution-3f3a867c4ca5fae49cac1d151055b1eb75278569.tar.bz2
gsoc2013-evolution-3f3a867c4ca5fae49cac1d151055b1eb75278569.tar.lz
gsoc2013-evolution-3f3a867c4ca5fae49cac1d151055b1eb75278569.tar.xz
gsoc2013-evolution-3f3a867c4ca5fae49cac1d151055b1eb75278569.tar.zst
gsoc2013-evolution-3f3a867c4ca5fae49cac1d151055b1eb75278569.zip
gnome-pim actually compiles without libpisock now
* configure.in: gnome-pim actually compiles without libpisock now svn path=/trunk/; revision=1058
-rw-r--r--calendar/Makefile.am8
-rw-r--r--calendar/gui/Makefile.am8
2 files changed, 8 insertions, 8 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index cd2459e22d..9d35ad371d 100644
--- a/calendar/Makefile.am
+++ b/calendar/Makefile.am
@@ -14,9 +14,11 @@ INCLUDES = \
-I$(includedir) \
$(GNOME_INCLUDEDIR) \
$(GNOME_CONDUIT_INCLUDEDIR) \
+ $(PISOCK_INCLUDEDIR) \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\"
-bin_PROGRAMS = gnomecal calendar-pilot-sync
+bin_PROGRAMS = gnomecal @CALSYNC@
+EXTRA_PROGRAMS = calendar-pilot-sync
GNOMECAL_CORBA_GENERATED = \
GnomeCal.h \
@@ -100,10 +102,8 @@ LINK_FLAGS = \
$(GNOMEGNORBA_LIBS) \
$(INTLLIBS) ../libversit/libversit.a
-PILOT_LIBS = -lpisock
-
calendar_pilot_sync_LDADD = \
- $(PILOT_LIBS) \
+ $(PISOCK_LIBS) \
$(LINK_FLAGS)
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index cd2459e22d..9d35ad371d 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -14,9 +14,11 @@ INCLUDES = \
-I$(includedir) \
$(GNOME_INCLUDEDIR) \
$(GNOME_CONDUIT_INCLUDEDIR) \
+ $(PISOCK_INCLUDEDIR) \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\"
-bin_PROGRAMS = gnomecal calendar-pilot-sync
+bin_PROGRAMS = gnomecal @CALSYNC@
+EXTRA_PROGRAMS = calendar-pilot-sync
GNOMECAL_CORBA_GENERATED = \
GnomeCal.h \
@@ -100,10 +102,8 @@ LINK_FLAGS = \
$(GNOMEGNORBA_LIBS) \
$(INTLLIBS) ../libversit/libversit.a
-PILOT_LIBS = -lpisock
-
calendar_pilot_sync_LDADD = \
- $(PILOT_LIBS) \
+ $(PISOCK_LIBS) \
$(LINK_FLAGS)