From 548ada4c9277204ba41c01ac0fa4b22ff37e719b Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 3 Dec 1998 01:09:08 +0000 Subject: gncal: Fix server registration to give proper id/kind gncal: Fix server registration to give proper id/kind gnome-run: Update for new gnome_execute_*() retvals. svn path=/trunk/; revision=501 --- calendar/Makefile.am | 2 +- calendar/gui/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 25c433ceaf..df80c782e0 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -58,7 +58,7 @@ gnomecal_SOURCES = \ LINK_FLAGS = \ $(GNOME_LIBDIR) \ - $(GNOMEUI_LIBS) \ + $(GNOMEGNORBA_LIBS) \ $(INTLLIBS) versit/libversit.a diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 25c433ceaf..df80c782e0 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -58,7 +58,7 @@ gnomecal_SOURCES = \ LINK_FLAGS = \ $(GNOME_LIBDIR) \ - $(GNOMEUI_LIBS) \ + $(GNOMEGNORBA_LIBS) \ $(INTLLIBS) versit/libversit.a -- cgit