From 30b0af1f01cdbfcc51a56943e8c091bc8991f83a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 18 Apr 2013 18:58:23 -0500 Subject: Fix URL handling of media/builtin-* mimetypes This partially resolves Bug 976 Add missing ACL support to CMake build files --- tdeio/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tdeio/CMakeLists.txt') diff --git a/tdeio/CMakeLists.txt b/tdeio/CMakeLists.txt index 826fbf743..bdb545c95 100644 --- a/tdeio/CMakeLists.txt +++ b/tdeio/CMakeLists.txt @@ -55,6 +55,10 @@ if( HAVE_ELFICON ) set( ELFICON_STATIC_LIB tdelficon-static ) endif( HAVE_ELFICON ) +if( HAVE_NON_POSIX_ACL_EXTENSIONS ) + set( ACL_LIBRARIES acl ) +endif( HAVE_NON_POSIX_ACL_EXTENSIONS ) + ##### libtdeio #################################### @@ -66,6 +70,6 @@ tde_add_library( ${target} SHARED SOURCES ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp VERSION 4.2.0 EMBED kssl-static tdeiocore-static tdesycoca-static kbookmarks-static tdefile-static ${ELFICON_STATIC_LIB} - LINK ltdlc-static tdeui-shared tdesu-shared tdewalletclient-shared ${LIBR_LIBRARIES} + LINK ltdlc-static tdeui-shared tdesu-shared tdewalletclient-shared ${LIBR_LIBRARIES} ${ACL_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) -- cgit v1.2.1