diff --git a/CMakeLists.txt b/CMakeLists.txt index 351f48e..1555d7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() add_subdirectory( srvloc ) add_subdirectory( kinetd ) @@ -13,7 +12,6 @@ add_subdirectory( krfb_httpd ) ########### install files ############### -kde4_footer() diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index b8a30d8..8399591 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() @@ -6,7 +5,6 @@ kde4_header() ########### install files ############### -kde4_footer() diff --git a/kcm_krfb/CMakeLists.txt b/kcm_krfb/CMakeLists.txt index 8fffd79..62424d3 100644 --- a/kcm_krfb/CMakeLists.txt +++ b/kcm_krfb/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() @@ -24,7 +23,6 @@ install_targets(${PLUGIN_INSTALL_DIR} kcm_krfb ) install_files( ${XDG_APPS_DIR} FILES kcmkrfb.desktop ) -kde4_footer() diff --git a/kinetd/CMakeLists.txt b/kinetd/CMakeLists.txt index 879786d..a34fd49 100644 --- a/kinetd/CMakeLists.txt +++ b/kinetd/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() include_directories( ${CMAKE_SOURCE_DIR}/krfb/srvloc ) @@ -25,7 +24,6 @@ install_targets(${PLUGIN_INSTALL_DIR} kded_kinetd ) install_files( ${SERVICETYPES_INSTALL_DIR} FILES kinetdmodule.desktop ) install_files( ${SERVICES_INSTALL_DIR}/kded FILES kinetd.desktop ) -kde4_footer() diff --git a/krfb/CMakeLists.txt b/krfb/CMakeLists.txt index 2656ab5..2d7a96b 100644 --- a/krfb/CMakeLists.txt +++ b/krfb/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() include_directories( ${CMAKE_SOURCE_DIR}/krfb/libvncserver ${CMAKE_SOURCE_DIR}/krfb/srvloc ) @@ -38,7 +37,6 @@ install_files( ${SERVICES_INSTALL_DIR} FILES kinetd_krfb.desktop ) kde4_install_icons( ${ICON_INSTALL_DIR} hicolor ) -kde4_footer() diff --git a/krfb_httpd/CMakeLists.txt b/krfb_httpd/CMakeLists.txt index 4f98b89..c7fb945 100644 --- a/krfb_httpd/CMakeLists.txt +++ b/krfb_httpd/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() @@ -7,7 +6,6 @@ kde4_header() install_files( ${SERVICES_INSTALL_DIR} FILES kinetd_krfb_httpd.desktop ) -kde4_footer() diff --git a/libvncserver/CMakeLists.txt b/libvncserver/CMakeLists.txt index 2b009d8..0787718 100644 --- a/libvncserver/CMakeLists.txt +++ b/libvncserver/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() @@ -9,7 +8,6 @@ kde4_header() ########### install files ############### -kde4_footer() diff --git a/srvloc/CMakeLists.txt b/srvloc/CMakeLists.txt index ac7904a..1a2dec6 100644 --- a/srvloc/CMakeLists.txt +++ b/srvloc/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() @@ -9,7 +8,6 @@ kde4_header() ########### install files ############### -kde4_footer()