|
extragear/graphics/kst/kst/extensions/js: msg#00086kde.kst
SVN commit 433874 by thiago: Relative paths like ../.. do not work in unsermake; replacing with $(top_builddir) (which, incidentally, is a relative path) M +2 -2 Makefile.am --- trunk/extragear/graphics/kst/kst/extensions/js/Makefile.am #433873:433874 @@ -5,9 +5,9 @@ SUBDIRS=$(KJSEMBED_SUBDIR) . if include_kjse_internal -INCLUDES=-I$(srcdir)/../.. -I../.. -I$(top_srcdir) $(KMDI_INCLUDES) -I$(srcdir)/kjsembed $(all_includes) +INCLUDES=-I$(srcdir)/../.. -I$(top_builddir)/kst/kst -I$(top_srcdir) $(KMDI_INCLUDES) -I$(srcdir)/kjsembed $(all_includes) else -INCLUDES=-I$(srcdir)/../.. -I../.. -I$(top_srcdir) $(KMDI_INCLUDES) $(all_includes) +INCLUDES=-I$(srcdir)/../.. -I$(top_builddir)/kst/kst -I$(top_srcdir) $(KMDI_INCLUDES) $(all_includes) JSEXTERN=js_extern.cpp endif |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: extragear/graphics/kst/kst: 00086, George Staikos |
|---|---|
| Next by Date: | [Bug 108933] Potential threading problem should be investigated: 00086, George Staikos |
| Previous by Thread: | [Bug 96241] Labels should be associatable with a windowi: 00086, Andrew Walker |
| Next by Thread: | extragear/graphics/kst/kst/extensions/js: 00086, George Staikos |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |