Alexander Afanasyev | 06e9d25 | 2014-01-18 16:52:18 -0800 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
4 | includedir=@includedir@ | ||||
5 | |||||
6 | Name: libndn-cpp-dev | ||||
7 | Description: Development version of C++ API for NDN (NDN-TLV packet format) | ||||
8 | Version: @VERSION@ | ||||
Alexander Afanasyev | 200dd6f | 2014-01-28 19:04:25 -0800 | [diff] [blame] | 9 | Libs: -L${libdir} @EXTRA_LDFLAGS@ -lndn-cpp-dev @EXTRA_LIBS@ |
10 | Cflags: -I${includedir} @EXTRA_INCLUDES@ |