[monkey-bubble: 282/753] Use @ORBIT_IDL@ rather than hardcoding `orbit-idl'.



commit 7051382282c766b36ad34cf4da72fce7aa871366
Author: Martin Baulig <baulig suse de>
Date:   Tue May 15 20:20:39 2001 +0000

    Use @ORBIT_IDL@ rather than hardcoding `orbit-idl'.
    
    2001-05-15  Martin Baulig  <baulig suse de>
    
    	* Makefile.am (ORBIT_IDL): Use @ORBIT_IDL@ rather than
    	hardcoding `orbit-idl'.

 libgnome/ChangeLog   |    5 +++++
 libgnome/Makefile.am |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libgnome/ChangeLog b/libgnome/ChangeLog
index 38406c3..308510b 100644
--- a/libgnome/ChangeLog
+++ b/libgnome/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-15  Martin Baulig  <baulig suse de>
+
+	* Makefile.am (ORBIT_IDL): Use @ORBIT_IDL@ rather than
+	hardcoding `orbit-idl'.
+
 2001-04-30  Martin Baulig  <baulig suse de>
 
 	* Makefile.am: Install gnome-selectorP.h.
diff --git a/libgnome/Makefile.am b/libgnome/Makefile.am
index da4218a..ff15cec 100644
--- a/libgnome/Makefile.am
+++ b/libgnome/Makefile.am
@@ -7,7 +7,7 @@
 LIB_VERSION=0:0:0
 LIB_VERSION_NUM=0.0.0
 
-ORBIT_IDL = orbit-idl
+ORBIT_IDL = @ORBIT_IDL@
 
 lib_LTLIBRARIES = libgnome-2.la
 



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