From kde-commits Sun Oct 01 17:47:24 2006 From: Stephan Binner Date: Sun, 01 Oct 2006 17:47:24 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/kdeprint/cups Message-Id: <1159724844.650290.26431.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=115972488413250 SVN commit 591094 by binner: help to compile M +1 -1 Makefile.am --- branches/KDE/3.5/kdelibs/kdeprint/cups/Makefile.am #591093:591094 @@ -2,7 +2,7 @@ SUBDIRS = cupsdconf2 -INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/kio -I$(top_srcdir)/kfile -I$(top_srcdir)/kdeprint -I$(top_srcdir)/kdeprint/management $(all_includes) +INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/kio -I$(top_srcdir)/kfile -I$(top_srcdir)/kdeprint -I$(top_srcdir)/kdeprint/management -I$(top_srcdir)/kdecore/network $(all_includes) kde_module_LTLIBRARIES = kdeprint_cups.la