Fix for appletsConf.sh
- From: Ian Campbell <ijc25 cam ac uk>
- To: gnome-list gnome org
- Subject: Fix for appletsConf.sh
- Date: Fri, 19 Feb 1999 09:17:51 +0000 (GMT)
Hi all,
I'm not sure if anyone has come up with the solution to this problem. This
small patch fixes it, in what I reckon is the correct manner (ie adds a
line to the sed script to ensure that @GNOMEGNORBA_LIBS@ is correctly
substituted by the makefile variable of the same name).
Cheers,
Ian
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-core/panel/Makefile.am,v
retrieving revision 1.123
diff -u -r1.123 Makefile.am
--- Makefile.am 1999/02/08 19:35:39 1.123
+++ Makefile.am 1999/02/19 09:10:22
@@ -140,6 +140,7 @@
-e 's?\@GNOMEUI_LIBS\@?$(GNOMEUI_LIBS)?g' \
-e 's?\@GNOME_INCLUDEDIR\@?$(GNOME_INCLUDEDIR)?g' \
-e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \
+ -e 's?\@GNOMEGNORBA_LIBS\@?$(GNOMEGNORBA_LIBS)?g' \
< $(srcdir)/appletsConf.sh.in > appletsConf.tmp \
&& mv appletsConf.tmp appletsConf.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]