- now it even compiles :-)
(I like the BeOS-Style..) svn path=/trunk/kdebase/kwin/; revision=27900
This commit is contained in:
parent
192ded1e64
commit
fd7f3549ac
1 changed files with 11 additions and 0 deletions
11
Makefile.am
Normal file
11
Makefile.am
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
INCLUDES = $(all_includes)
|
||||
LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||||
|
||||
bin_PROGRAMS = kwin
|
||||
|
||||
kwin_SOURCES = atoms.cpp beclient.cpp client.cpp main.cpp stdclient.cpp workspace.cpp tabbox.cpp
|
||||
|
||||
kwin_LDADD = $(LIB_KDECORE)
|
||||
|
||||
METASOURCES = AUTO
|
Loading…
Reference in a new issue