CVS commit by domi: Make it work.
In kdenonbeta, top_srcdir is kdenonbeta, so you either have to use $(srcdir)/res or specify the entire path: $(top_srcdir)/kdedebian/kapture/qextmdi/res. CCMAIL:Peter Rockai <[EMAIL PROTECTED]> M +1 -1 qextmdi.diff 1.2 --- kdenonbeta/kdedebian/kapture/qextmdi.diff #1.1:1.2 @@ -6,5 +6,5 @@ -INCLUDES = -I$(top_srcdir)/lib/qextmdi/res -I$(top_srcdir)/lib/structure $(all_includes) -+INCLUDES = -I$(top_srcdir)/qextmdi/res $(all_includes) ++INCLUDES = -I$(srcdir)/res $(all_includes) lib_LTLIBRARIES = libkdevelopqextmdi.la