Merge lp:~vanvugt/compiz-core/fix-919940 into lp:compiz-core/0.9.5

Proposed by Daniel van Vugt
Status: Merged
Merged at revision: 2932
Proposed branch: lp:~vanvugt/compiz-core/fix-919940
Merge into: lp:compiz-core/0.9.5
Diff against target: 16 lines (+3/-3)
1 file modified
src/CMakeLists.txt (+3/-3)
To merge this branch: bzr merge lp:~vanvugt/compiz-core/fix-919940
Reviewer Review Type Date Requested Status
Compiz Maintainers Pending
Review via email: mp+89583@code.launchpad.net

Description of the change

Remember to install bin/compiz. It's kind of important. (LP: #919940)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/CMakeLists.txt'
2--- src/CMakeLists.txt 2012-01-20 15:42:52 +0000
3+++ src/CMakeLists.txt 2012-01-22 10:17:24 +0000
4@@ -143,10 +143,10 @@
5 )
6
7 install (
8- TARGETS compiz_core
9+ TARGETS compiz_core compiz
10 RUNTIME DESTINATION ${COMPIZ_DESTDIR}${exec_prefix}
11- LIBRARY DESTINATION ${COMPIZ_DESTDIR}${libdir}
12- ARCHIVE DESTINATION ${COMPIZ_DESTDIR}${libdir}
13+ LIBRARY DESTINATION ${COMPIZ_DESTDIR}${libdir}
14+ ARCHIVE DESTINATION ${COMPIZ_DESTDIR}${libdir}
15 )
16 add_subdirectory(tests)
17

Subscribers

People subscribed via source and target branches