blob: 475e5cdf5cf2ebe47eb71abb167952f5559fef18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
IF(NOT CHECKED_rols)
SET(CHECKED_rols 1)
LIST(APPEND EXTRA_LIBS "rols")
# abuse this include file to make sure the target is set
IF(NOT MANSUBDIR)
SET(MANSUBDIR "share/man")
ENDIF(NOT MANSUBDIR)
ENDIF(NOT CHECKED_rols)
|