2006-02-28 08:01:15 +00:00
|
|
|
kde4_header()
|
|
|
|
|
|
|
|
add_subdirectory( kwinoptions )
|
|
|
|
add_subdirectory( kwindecoration )
|
2006-03-18 11:25:38 +00:00
|
|
|
add_subdirectory( kwinrules )
|
2006-03-26 14:52:52 +00:00
|
|
|
include_directories( ${KDE4_INCLUDES} )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
|
|
|
|
kde4_footer()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
|
|
|
|
#SUBDIRS = kwinoptions kwindecoration kwinrules
|