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?]
This commit is contained in:
Martin Baulig
1998-05-20 18:50:10 +00:00
parent d863bc7130
commit e1cdfc78c1

View File

@@ -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@"