You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
320 B
14 lines
320 B
#MIN_CONFIG(3.2) |
|
|
|
AM_INIT_AUTOMAKE(kile, 2.0.3) |
|
|
|
KDE_ENABLE_HIDDEN_VISIBILITY |
|
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([The API Reference], [Version $VERSION])
|
|
|