CVS commit by domi: Again, use $(top_srcdir) and $(srcdir) properly. It builds now for me again..
M +1 -1 libkapture/Makefile.am 1.2 M +1 -1 part/Makefile.am 1.2 --- kdenonbeta/kdedebian/kapture/libkapture/Makefile.am #1.1:1.2 @@ -4,5 +4,5 @@ # set the include path for X, qt and KDE -INCLUDES = $(all_includes) -I$(top_srcdir)/libcapture +INCLUDES = $(all_includes) -I$(srcdir)/../libcapture # these are the headers for your project --- kdenonbeta/kdedebian/kapture/part/Makefile.am #1.1:1.2 @@ -4,5 +4,5 @@ # set the include path for X, qt and KDE -INCLUDES = $(all_includes) -I$(top_srcdir)/libcapture -I$(top_srcdir)/libkapture +INCLUDES = $(all_includes) -I$(srcdir)/../libcapture -I$(srcdir)/../libkapture # these are the headers for your project