Lines 7-13
Link Here
|
7 |
# Laurent: Verify that we install it into (kdeprefix)/etc/ and not into /etc |
7 |
# Laurent: Verify that we install it into (kdeprefix)/etc/ and not into /etc |
8 |
# otherwise it's necessary to change it. |
8 |
# otherwise it's necessary to change it. |
9 |
# into kde 3.x it was installed into /etc/ |
9 |
# into kde 3.x it was installed into /etc/ |
10 |
add_definitions( -DKSYSGUARDDRCFILE="\\"${SYSCONF_INSTALL_DIR}/ksysguarddrc\\"" ) |
10 |
add_definitions( -DKSYSGUARDDRCFILE=\"${SYSCONF_INSTALL_DIR}/ksysguarddrc\" ) |
11 |
|
11 |
|
12 |
add_definitions(-DOSTYPE_${CMAKE_SYSTEM_NAME}) |
12 |
add_definitions(-DOSTYPE_${CMAKE_SYSTEM_NAME}) |
13 |
|
13 |
|