*fix* use relative path for DOCDIR/MANDIR/DATADIR (a change in CMAKE_INSTALL_PREFIX works now)

git-svn-id: http://tint2.googlecode.com/svn/trunk@484 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-06-12 09:27:18 +00:00
parent a85ae33b38
commit 237b19c5c9
2 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ target_link_libraries( tint2conf ${X11_LIBRARIES}
${GTHREAD2_LIBRARIES}
${GTK2_LIBRARIES} )
set_target_properties(tint2conf PROPERTIES COMPILE_FLAGS -Wall)
set_target_properties( tint2conf PROPERTIES COMPILE_FLAGS -Wall )
#set_target_properties(tint2conf PROPERTIES LINK_FLAGS -Wl,--as-needed)
install( TARGETS tint2conf DESTINATION bin )