* 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?]
21 lines
407 B
Bash
21 lines
407 B
Bash
#
|
|
# Configuration of the libgtop package
|
|
#
|
|
|
|
GTOP_LIBDIR="@GTOP_LIBDIR@"
|
|
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@"
|
|
|
|
GTOP_SYSDEPS_DIR="@GTOP_SYSDEPS_DIR@"
|
|
GTOP_NEED_SERVER="@GTOP_NEED_SERVER@"
|
|
GTOP_USE_MACHINE_H="@GTOP_USE_MACHINE_H@"
|
|
|