Jeff Thompson | fa30664 | 2013-06-17 15:06:57 -0700 | [diff] [blame] | 1 | prefix=@PREFIX@ |
2 | libdir=@LIBDIR@ | ||||
3 | includedir=@INCLUDEDIR@ | ||||
4 | |||||
5 | Name: libccnx-cpp | ||||
6 | Description: C++ NDN API (currently a wrapper on top of CCNx C library) | ||||
7 | Version: @VERSION@ | ||||
8 | Libs: -L${libdir} -lndn.cxx | ||||
9 | Cflags: -I${includedir} |