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:
George Goldberg
2009-11-24 10:42:04 +00:00
parent efdb74b025
commit 689df377e1
3 changed files with 9 additions and 23 deletions

View File

@@ -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