mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
Make libkrfb more obviously a private library.
It is meant to be used only by plugins built together with krfb, and does not make any binary compatability at all. It should not be linked against by anything outside of the krfb source tree, so we definitely shouldn't be installing headers. svn path=/trunk/KDE/kdenetwork/krfb/; revision=1053592
This commit is contained in:
@@ -15,7 +15,7 @@ target_link_libraries (krfb_framebuffer_qt
|
||||
${QT_QTCORE_LIBRARY}
|
||||
${QT_QTGUI_LIBRARY}
|
||||
${KDE4_KDEUI_LIBS}
|
||||
libkrfb
|
||||
krfbprivate
|
||||
)
|
||||
|
||||
install (TARGETS krfb_framebuffer_qt
|
||||
|
||||
Reference in New Issue
Block a user