Skip to content

Commit

Permalink
Add Cflags lines to .pc.in files
Browse files Browse the repository at this point in the history
This is needed when using an install prefix
  • Loading branch information
simhof-basyskom committed Sep 25, 2015
1 parent 1f8acee commit 317d221
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions libopcuaclient.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ includedir=@includedir@
Name: libopcuacore
Description: Opcua core infrastructure.
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lopcuaclient

1 change: 1 addition & 0 deletions libopcuacore.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ includedir=@includedir@
Name: libopcuacore
Description: Opcua core infrastructure.
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lopcuacore

1 change: 1 addition & 0 deletions libopcuaprotocol.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ includedir=@includedir@
Name: libopcuaprotocol
Description: Opcua protocol library.
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lopcuaprotocol

1 change: 1 addition & 0 deletions libopcuaserver.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ includedir=@includedir@
Name: libopcuaserver
Description: Opcua server library.
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lopcuaserver

0 comments on commit 317d221

Please sign in to comment.