summaryrefslogtreecommitdiffstats
path: root/lilo-config/common
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-08-25 13:53:12 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-09-01 19:02:11 +0200
commite95277074ee736e5043f9e8bebc0eaf45e86396c (patch)
treef262cab4686e9bd084899af9a9db492666dd53c8 /lilo-config/common
parent33423a846944b30830d67898dd97493f0e1844c0 (diff)
downloadtdeadmin-e95277074ee736e5043f9e8bebc0eaf45e86396c.tar.gz
tdeadmin-e95277074ee736e5043f9e8bebc0eaf45e86396c.zip
cmake lilo-config: Always add the USE_KDE definition
There is no reason to build a TQt-only frontend in TDE Fix the names of the auxiliary library targets Fix includes folders Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 48c6bba031ea37591a821d9554dd292aee938d58)
Diffstat (limited to 'lilo-config/common')
-rw-r--r--lilo-config/common/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/lilo-config/common/CMakeLists.txt b/lilo-config/common/CMakeLists.txt
index 9db95db..2682ad5 100644
--- a/lilo-config/common/CMakeLists.txt
+++ b/lilo-config/common/CMakeLists.txt
@@ -14,8 +14,8 @@ link_directories(
)
-##### common (static) ###########################
+##### liloconfig-common (static) ################
-tde_add_library( common STATIC_PIC AUTOMOC
+tde_add_library( liloconfig-common STATIC_PIC AUTOMOC
SOURCES String.cc Files.cc Disks.cc Config.cc lilo.cc
)