diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-12-03 09:09:08 +0800 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-12-03 09:09:08 +0800 |
commit | 548ada4c9277204ba41c01ac0fa4b22ff37e719b (patch) | |
tree | 6154f3cbb529a4167ce51e11637e7322aecc50aa /calendar | |
parent | 58c5aa0beb9461b059429d649440c1435f7e2e0d (diff) | |
download | gsoc2013-evolution-548ada4c9277204ba41c01ac0fa4b22ff37e719b.tar gsoc2013-evolution-548ada4c9277204ba41c01ac0fa4b22ff37e719b.tar.gz gsoc2013-evolution-548ada4c9277204ba41c01ac0fa4b22ff37e719b.tar.bz2 gsoc2013-evolution-548ada4c9277204ba41c01ac0fa4b22ff37e719b.tar.lz gsoc2013-evolution-548ada4c9277204ba41c01ac0fa4b22ff37e719b.tar.xz gsoc2013-evolution-548ada4c9277204ba41c01ac0fa4b22ff37e719b.tar.zst gsoc2013-evolution-548ada4c9277204ba41c01ac0fa4b22ff37e719b.zip |
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
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/Makefile.am | 2 | ||||
-rw-r--r-- | 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 |