Change include search path to no longer include $(KDE_INCLUDES)/tde.

tdesdk depends upon finding libkcal headers from tdepim. That
installation location was changed in GIT hash
b99d4323ddffa1b9edcb8bab724a73729b79d883.
This partially resolves bug report 600.
pull/1/head
Darrell Anderson 12 years ago
parent 88304700bb
commit 3716a60c0d

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kbugbuster/backend $(all_includes) $(KDE_INCLUDES)/tde
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kbugbuster/backend $(all_includes) $(KDE_INCLUDES)
kde_module_LTLIBRARIES = kcal_bugzilla.la

Loading…
Cancel
Save