blob: a781b76cec7d502677ee67960e3eb7a160867a06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#MIN_CONFIG(3.2)
CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
if test "$build_arts" = "yes"; then
AC_DEFINE(USE_ARTS, 1, [If we use arts volume])
LIB_ARTS="-lartskde"
AC_SUBST(LIB_ARTS)
fi
KDE_INIT_DOXYGEN([KEG Network API Reference], [Version $VERSION])
|