From 48c6bba031ea37591a821d9554dd292aee938d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 25 Aug 2018 13:53:12 +0200 Subject: 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- lilo-config/common/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lilo-config/common/CMakeLists.txt') 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 ) -- cgit v1.2.1