[g-a-devel]gnome-mag patch ...



	This fixes the idldir so gnopernicus has a chance of using the IDL
correctly; oh and it installs the IDL file.

	May I commit ?

		Michael.

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnome-mag/ChangeLog,v
retrieving revision 1.6
diff -u -p -u -r1.6 ChangeLog
--- ChangeLog   26 Jul 2002 15:50:49 -0000      1.6
+++ ChangeLog   15 Aug 2002 08:49:45 -0000
@@ -1,3 +1,12 @@
+2002-08-15  Michael Meeks  <michael ximian com>
+
+       * gnome-mag-1.0.pc.in (idldir): get it right.
+
+2002-08-13  Michael Meeks  <michael ximian com>
+
+       * idl/Makefile.am (idl_DATA):
+       fix it so we actually install it.
+
 2002-07-26  Laszlo Peter  <laca sun com>
 
        * magnifier/Makefile.am: add POPT_LIBS to LDADD.
Index: gnome-mag-1.0.pc.in
===================================================================
RCS file: /cvs/gnome/gnome-mag/gnome-mag-1.0.pc.in,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 gnome-mag-1.0.pc.in
--- gnome-mag-1.0.pc.in 9 May 2002 13:12:55 -0000       1.1.1.1
+++ gnome-mag-1.0.pc.in 15 Aug 2002 08:49:45 -0000
@@ -2,7 +2,7 @@ prefix= prefix@
 exec_prefix= exec_prefix@
 libdir= libdir@
 includedir= includedir@
-idldir= datadir@/idl/at-spi-1.0
+idldir= datadir@/idl/gnome-mag-1.0
 
 Name: libspi
 Description: Accessibility Technology software library
Index: idl/Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-mag/idl/Makefile.am,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile.am
--- idl/Makefile.am     9 May 2002 13:12:55 -0000       1.1.1.1
+++ idl/Makefile.am     15 Aug 2002 08:49:45 -0000
@@ -1,7 +1,5 @@
 idldir = $(datadir)/idl/gnome-mag-1.0
-
-idl_DATA = 
-       Magnifier.idl
+idl_DATA = Magnifier.idl
 
 EXTRA_DIST=$(idl_DATA)
 
-- 
 mmeeks gnu org  <><, Pseudo Engineer, itinerant idiot




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]