diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-26 13:46:47 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-26 13:46:47 +0800 |
commit | 52b965f43ff11d75aac2494e8c8c677dfbd7cb2a (patch) | |
tree | 88adad34786b87da3784b5e6e69138a0ef3d5a38 /calendar/gui/Makefile.am | |
parent | 330aead96c8655a66738ecc56535b674deb08f99 (diff) | |
download | gsoc2013-evolution-52b965f43ff11d75aac2494e8c8c677dfbd7cb2a.tar.gz gsoc2013-evolution-52b965f43ff11d75aac2494e8c8c677dfbd7cb2a.tar.zst gsoc2013-evolution-52b965f43ff11d75aac2494e8c8c677dfbd7cb2a.zip |
Remove gnorba stuff
2000-08-26 JP Rosevear <jpr@helixcode.com>
* gui/Makefile.am: Remove gnorba stuff
* gui/main.c: ditto
* gui/component-factory.c: ditto
* gui/control-factory.c: ditto
* gui/*.gnorba: ditto
svn path=/trunk/; revision=5048
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 4927f7c6b6..ae66b3f442 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -99,17 +99,10 @@ evolution_calendar_LDADD = \ evolution_calendar_LDFLAGS = `gnome-config --libs gdk_pixbuf` -if USING_OAF oafdir = $(datadir)/oaf oaf_DATA = calendar-control.oafinfo evolution-calendar.oafinfo -else -gnorbadir = $(sysconfdir)/CORBA/servers -gnorba_DATA = calendar-control.gnorba evolution-calendar.gnorba -endif -OAF_GNORBA_EXTRAS = calendar-control.oafinfo evolution-calendar.oafinfo calendar-control.gnorba evolution-calendar.gnorba EXTRA_DIST = \ - $(OAF_GNORBA_EXTRAS) \ $(glade_DATA) \ bell.xpm \ dayview.xpm \ @@ -123,8 +116,8 @@ EXTRA_DIST = \ weekview.xpm \ workweekview.xpm \ yearview.xpm \ - calendar-control.gnorba \ - calendar-control.oafinfo + calendar-control.oafinfo \ + evolution-calendar.oafinfo install-data-local: |