Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 329593
Collapse All | Expand All

(-)a/CMakeLists.txt (-3 / +5 lines)
Lines 10-22 Link Here
10
10
11
########### next target ###############
11
########### next target ###############
12
12
13
set( kmozillahelper_SRCS
13
set(
14
     main.cpp )
14
	kmozillahelper_SRCS
15
	main.cpp
16
)
15
17
16
kde4_add_executable( kmozillahelper ${kmozillahelper_SRCS} )
18
kde4_add_executable( kmozillahelper ${kmozillahelper_SRCS} )
17
target_link_libraries( kmozillahelper ${KDE4_KFILE_LIBS} )
19
target_link_libraries( kmozillahelper ${KDE4_KFILE_LIBS} )
18
20
19
# TODO hardcoded path?
21
# TODO hardcoded path?
20
install( TARGETS kmozillahelper DESTINATION /usr/lib/mozilla/ )
22
install( TARGETS kmozillahelper DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS} )
21
23
22
install( FILES kmozillahelper.notifyrc  DESTINATION  ${DATA_INSTALL_DIR}/kmozillahelper )
24
install( FILES kmozillahelper.notifyrc  DESTINATION  ${DATA_INSTALL_DIR}/kmozillahelper )

Return to bug 329593