-fixed redmond theme, am2cmake doesn't like Makefile.am's where the lib is defined after the sources

-added project() calls everywhere, so now you can have kdevelop project for all major parts

Alex

svn path=/trunk/KDE/kdebase/workspace/; revision=519321
This commit is contained in:
Alexander Neundorf 2006-03-16 21:16:35 +00:00
parent 093f868b45
commit 7acf70edbb

View file

@ -1,5 +1,7 @@
kde4_header()
project(kwin)
add_subdirectory( lib )
add_subdirectory( killer )
add_subdirectory( kcmkwin )