diff options
author | Slávek Banko <[email protected]> | 2015-06-14 21:22:33 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-06-14 21:23:08 +0200 |
commit | 3977c5503e8789a6b63c2dc5a59d7d33d15415f0 (patch) | |
tree | 1a7537706afd75e8002c013849190ab41d1a7fa4 /tdeioslave/fish/CMakeLists.txt | |
parent | f3f4cad2713fd7adb639f449f61befa77d4763b8 (diff) | |
download | tdebase-3977c5503e8789a6b63c2dc5a59d7d33d15415f0.tar.gz tdebase-3977c5503e8789a6b63c2dc5a59d7d33d15415f0.zip |
Fix openpty detection with util.h and libutil.h
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 4e9aeea22462957753950edc3ccad2549009b178)
Diffstat (limited to 'tdeioslave/fish/CMakeLists.txt')
-rw-r--r-- | tdeioslave/fish/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/fish/CMakeLists.txt b/tdeioslave/fish/CMakeLists.txt index b0498131a..f3fdc22e4 100644 --- a/tdeioslave/fish/CMakeLists.txt +++ b/tdeioslave/fish/CMakeLists.txt @@ -40,6 +40,6 @@ set( target tdeio_fish ) tde_add_kpart( ${target} AUTOMOC SOURCES fish.cpp - LINK tdeio-shared util + LINK tdeio-shared ${LIB_UTIL} DESTINATION ${PLUGIN_INSTALL_DIR} ) |