Skip to content

Commit 511c154

Browse files
authored
Merge pull request #465 from remicollet/issue-fixpc
fix cflags when build with CASS_INSTALL_HEADER_IN_SUBDIR on
2 parents c97dd43 + 1a7fd15 commit 511c154

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/cassandra.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Name: cassandra
77
Description: A C/C++ client driver for Apache Cassandra and DataStax Products
88
Version: @version@
99
Libs: -L${libdir} -l@PROJECT_LIB_NAME@
10-
Cflags:
10+
Cflags: -I${includedir}
1111
URL: https://github.com/datastax/cpp-driver/

packaging/cassandra_static.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Description: A C/C++ client driver for Apache Cassandra and DataStax Products
88
Version: @version@
99
Requires: @PC_REQUIRED_LIBS@
1010
Libs: -L${libdir} -l@PROJECT_LIB_NAME_STATIC@ -lstdc++
11-
Cflags:
11+
Cflags: -I${includedir}
1212
URL: https://github.com/datastax/cpp-driver/

0 commit comments

Comments
 (0)