[Kst] extragear/graphics/kst/kst/extensions/js
George Staikos
staikos at kde.org
Thu May 26 00:55:01 CEST 2005
SVN commit 418223 by staikos:
include fixes
M +2 -2 Makefile.am
--- trunk/extragear/graphics/kst/kst/extensions/js/Makefile.am #418222:418223
@@ -5,9 +5,9 @@
SUBDIRS=$(KJSEMBED_SUBDIR) .
if include_kjse_internal
-INCLUDES=-I$(srcdir)/../.. -I$(srcdir)/kjsembed $(all_includes)
+INCLUDES=-I$(srcdir)/../.. -I../.. -I$(top_srcdir) $(KMDI_INCLUDES) -I$(srcdir)/kjsembed $(all_includes)
else
-INCLUDES=-I$(srcdir)/../.. $(all_includes)
+INCLUDES=-I$(srcdir)/../.. -I../.. -I$(top_srcdir) $(KMDI_INCLUDES) $(all_includes)
endif
kde_module_LTLIBRARIES=kstextension_js.la
More information about the Kst
mailing list