- ugly hack to make kwin link :-(
svn path=/trunk/kdebase/kwin/; revision=61069
This commit is contained in:
parent
90c9679d2a
commit
bf8e3c7071
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
INCLUDES = $(all_includes) -I$(top_srcdir)/kwin/default
|
||||
|
||||
SUBDIRS = . default pics clients
|
||||
SUBDIRS = default . pics clients
|
||||
|
||||
bin_PROGRAMS = kwin
|
||||
lib_LTLIBRARIES = kwin.la
|
||||
|
|
|
@ -3,8 +3,8 @@ INCLUDES = $(all_includes)
|
|||
lib_LTLIBRARIES = libkwindefault.la
|
||||
|
||||
libkwindefault_la_SOURCES = kdedefault.cpp
|
||||
libkwindefault_la_LIBADD = ../kwin.la
|
||||
libkwindefault_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
||||
libkwindefault_la_LIBADD = $(LIB_KDEUI)
|
||||
libkwindefault_la_LDFLAGS = $(all_libraries) -module
|
||||
|
||||
METASOURCES = AUTO
|
||||
noinst_HEADERS = kdedefault.h
|
||||
|
|
Loading…
Reference in a new issue