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:
@@ -8,6 +8,9 @@ GTOP_INCLUDEDIR="@GTOP_INCLUDEDIR@"
|
|||||||
GTOP_LIBS="@GTOP_LIBS@"
|
GTOP_LIBS="@GTOP_LIBS@"
|
||||||
GTOP_INCS="@GTOP_INCS@"
|
GTOP_INCS="@GTOP_INCS@"
|
||||||
|
|
||||||
|
GTOP_GUILE_LIBS="@GTOP_GUILE_LIBS@"
|
||||||
|
GTOP_GUILE_INCS="@GTOP_GUILE_INCS@"
|
||||||
|
|
||||||
GTOP_BINDIR="@GTOP_BINDIR@"
|
GTOP_BINDIR="@GTOP_BINDIR@"
|
||||||
GTOP_SERVER="@GTOP_SERVER@"
|
GTOP_SERVER="@GTOP_SERVER@"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user