bugfix: $(topdir) -> $(top_srcdir)
svn path=/trunk/kdebase/kwin/; revision=97161
This commit is contained in:
parent
54a3e5f999
commit
69ae5062c2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
INCLUDES = $(all_includes) -I$(topdir)/kwin
|
INCLUDES = $(all_includes) -I$(top_srcdir)
|
||||||
kde_module_LTLIBRARIES = libkwinweb.la
|
kde_module_LTLIBRARIES = libkwinweb.la
|
||||||
|
|
||||||
libkwinweb_la_SOURCES = \
|
libkwinweb_la_SOURCES = \
|
||||||
|
|
Loading…
Reference in a new issue