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