aboutsummaryrefslogtreecommitdiff
path: root/samples/kpager
diff options
context:
space:
mode:
Diffstat (limited to 'samples/kpager')
-rw-r--r--samples/kpager/CMakeLists.txt18
1 files changed, 7 insertions, 11 deletions
diff --git a/samples/kpager/CMakeLists.txt b/samples/kpager/CMakeLists.txt
index bd53d10f..1033af75 100644
--- a/samples/kpager/CMakeLists.txt
+++ b/samples/kpager/CMakeLists.txt
@@ -12,18 +12,16 @@ INCLUDE_DIRECTORIES( ${KDE3_INCLUDE_DIR} ${QT_INCLUDE_DIR} ${CMAKE_CURRENT_SOURC
########### next target ###############
SET(kpager_SRCS
-desktop.cpp
-kpager.cpp
-config.cpp
-windowdrag.cpp
-main.cpp
-)
+ desktop.cpp
+ kpager.cpp
+ config.cpp
+ windowdrag.cpp
+ main.cpp
+ )
KDE3_AUTOMOC(${kpager_SRCS})
-SET( kpager_DCOP_SKEL_SRCS
-kpagerIface.h
-)
+SET( kpager_DCOP_SKEL_SRCS kpagerIface.h )
KDE3_ADD_DCOP_SKELS(kpager_SRCS ${kpager_DCOP_SKEL_SRCS})
@@ -40,8 +38,6 @@ INSTALL_FILES( /share/applications/kde FILES kpager.desktop )
KDE3_INSTALL_ICONS( hicolor )
-KDE3_PLACEHOLDER()
-
#original Makefile.am contents follow: