Merge lp:~osomon/u1db-qt/install-missing-header into lp:u1db-qt

Proposed by Olivier Tilloy
Status: Merged
Approved by: Cris Dywan
Approved revision: 67
Merged at revision: 67
Proposed branch: lp:~osomon/u1db-qt/install-missing-header
Merge into: lp:u1db-qt
Diff against target: 11 lines (+1/-1)
1 file modified
CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~osomon/u1db-qt/install-missing-header
Reviewer Review Type Date Requested Status
Cris Dywan Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+158132@code.launchpad.net

Commit message

Install missing header for the -dev package.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Cris Dywan (kalikiana) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2013-04-10 11:05:32 +0000
3+++ CMakeLists.txt 2013-04-10 14:58:25 +0000
4@@ -92,7 +92,7 @@
5 LIBRARY DESTINATION lib${LIB_SUFFIX}
6 )
7
8-install(FILES database.h document.h index.h query.h
9+install(FILES global.h database.h document.h index.h query.h
10 DESTINATION ${INCLUDE_INSTALL_DIR}
11 )
12

Subscribers

People subscribed via source and target branches

to all changes: