From e1cdfc78c13d2baea7ad24271891ec32441ca360 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 20 May 1998 18:50:10 +0000 Subject: [PATCH] added definition of 'GTOP_GUILE_LIBS' and 'GTOP_GUILE_INCS': * gtopConf.sh.in: added definition of 'GTOP_GUILE_LIBS' and 'GTOP_GUILE_INCS': 'GTOP_LIBS' and 'GTOP_INCS' now contains everything that is needed to link with libgtop. 'GTOP_GUILE_LIBS' and 'GTOP_GUILE_INCS' now contains everything that is needed to link with libgtop and its guile interface. When guile cannot be found on the system or building of the guile interface was disables, they are identical to 'GTOP_LIBS' and 'GTOP_INCS' [FIXME: Should I make them empty in this case?] --- gtopConf.sh.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtopConf.sh.in b/gtopConf.sh.in index a7044717..5776f348 100644 --- a/gtopConf.sh.in +++ b/gtopConf.sh.in @@ -8,6 +8,9 @@ GTOP_INCLUDEDIR="@GTOP_INCLUDEDIR@" GTOP_LIBS="@GTOP_LIBS@" GTOP_INCS="@GTOP_INCS@" +GTOP_GUILE_LIBS="@GTOP_GUILE_LIBS@" +GTOP_GUILE_INCS="@GTOP_GUILE_INCS@" + GTOP_BINDIR="@GTOP_BINDIR@" GTOP_SERVER="@GTOP_SERVER@"