Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 497132 | Differences between
and this patch

Collapse All | Expand All

(-)a/doc/todo/CURRENT (+5 lines)
Lines 10-12 debian: Link Here
10
	enable (fix) tests
10
	enable (fix) tests
11
	add examples as package
11
	add examples as package
12
	enable all plugins (struct, type, validation!!!)
12
	enable all plugins (struct, type, validation!!!)
13
14
15
doxygen -u
16
types.hpp installed to /usr/lib
17
(-)a/src/plugins/type/CMakeLists.txt (-2 / +2 lines)
Lines 19-25 install (TARGETS ${PLUGIN_NAME} Link Here
19
add_headers (HDR_FILES)
19
add_headers (HDR_FILES)
20
add_cppheaders (HDR_FILES)
20
add_cppheaders (HDR_FILES)
21
21
22
install (FILES types.hpp DESTINATION lib${LIB_SUFFIX}/${TARGET_PLUGIN_FOLDER})
22
install (FILES types.hpp
23
	DESTINATION include/${TARGET_INCLUDE_FOLDER})
23
24
24
#this test case works for full and static builds
25
#this test case works for full and static builds
25
#it will not relink correctly
26
#it will not relink correctly
26
- 

Return to bug 497132