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.
15 lines
303 B
15 lines
303 B
#MIN_CONFIG(3.2)
|
|
|
|
AM_INIT_AUTOMAKE(digikam,0.9.6)
|
|
|
|
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 Graphics API Reference], [Version $VERSION])
|
|
|