Changeset 89ea750cd5432fd5fcf7b67190ef84146f566fe8
- Timestamp:
- 06/02/09 00:16:57 (3 years ago)
- Author:
- Leo Antunes <leo@…>
- Children:
- ebf9132bb918ff995e2b561867be329ec3e9a9ee
- Parents:
- 3e4bbd0529e5fd0dc9a7f66827e507d03e819b18
- git-committer:
- Leo Antunes <leo@…> (06/02/09 00:16:57)
- Message:
-
fix build: wasn't linking directly
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r0dcf20b
|
r89ea750
|
|
| 14 | 14 | |
| 15 | 15 | pkg_check_modules( LIBPURPLE REQUIRED purple>=2.4.0 ) |
| 16 | | include_directories(${LIBPURPLE_INCLUDE_DIRS}) |
| 17 | 16 | pkg_check_modules( GLIB REQUIRED glib-2.0 ) |
| 18 | | include_directories(${GLIB_INCLUDE_DIRS}) |
| 19 | 17 | pkg_check_modules( DBUS_GLIB REQUIRED dbus-glib-1 ) |
| 20 | | include_directories(${DBUS_GLIB_INCLUDE_DIRS}) |
| | 18 | include_directories(${LIBPURPLE_INCLUDE_DIRS} ${GLIB_INCLUDE_DIRS} ${DBUS_GLIB_INCLUDE_DIRS}) |
| | 19 | target_link_libraries(awayonlock ${LIBPURPLE_LIBRARIES} ${GLIB_LIBRARIES} ${DBUS_GLIB_LIBRARIES}) |
| 21 | 20 | |
| 22 | 21 | find_package(Gettext) |