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.
8 lines
319 B
8 lines
319 B
15 years ago
|
dnl put here things which have to be done after all usual autoconf macros
|
||
|
dnl have been run, but before the Makefiles are created
|
||
|
|
||
|
all_includes='-I$(top_srcdir)/qtinterface -I$(top_srcdir) $(QT_INCLUDES) $(X_INCLUDES) $(KDE_INCLUDES) $(USER_INCLUDES)'
|
||
|
AC_SUBST(all_includes)
|
||
|
|
||
|
CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
|