Merge lp:~thomas-voss/properties-cpp/fix-pkgconfig-include-path into lp:properties-cpp

Proposed by Thomas Voß
Status: Merged
Approved by: Timo Jyrinki
Approved revision: 6
Merged at revision: 7
Proposed branch: lp:~thomas-voss/properties-cpp/fix-pkgconfig-include-path
Merge into: lp:properties-cpp
Diff against target: 9 lines (+1/-1)
1 file modified
data/properties-cpp.pc.in (+1/-1)
To merge this branch: bzr merge lp:~thomas-voss/properties-cpp/fix-pkgconfig-include-path
Reviewer Review Type Date Requested Status
Timo Jyrinki Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+198702@code.launchpad.net

Commit message

Fix include path in pkgconfig.

Description of the change

Fix include path in pkgconfig.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/properties-cpp.pc.in'
2--- data/properties-cpp.pc.in 2013-11-13 09:19:50 +0000
3+++ data/properties-cpp.pc.in 2013-12-12 10:38:52 +0000
4@@ -6,4 +6,4 @@
5 Name: @CMAKE_PROJECT_NAME@
6 Description: A very simple convenience library for handling properties and signals in C++11.
7 Version: @PROPERTIES_CPP_VERSION_MAJOR@.@PROPERTIES_CPP_VERSION_MINOR@.@PROPERTIES_CPP_VERSION_PATCH@
8-Cflags: -I${includedir}/properties-cpp
9+Cflags: -I${includedir}

Subscribers

People subscribed via source and target branches