diff options
author | Peter Teichman <teichman@src.gnome.org> | 1999-08-02 12:16:07 +0800 |
---|---|---|
committer | Peter Teichman <teichman@src.gnome.org> | 1999-08-02 12:16:07 +0800 |
commit | 3f3a867c4ca5fae49cac1d151055b1eb75278569 (patch) | |
tree | d2b986a83be20babae22477f179383973b4d6c26 /calendar/gui/Makefile.am | |
parent | ff875c37684edfa4a9349e2c1de66950de6b3091 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
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) |