blob: 0e3194955c06676733c36699bbd46db3e2f9894a [file] [log] [blame]
Alexander Afanasyev06e9d252014-01-18 16:52:18 -08001prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libndn-cpp-dev
7Description: Development version of C++ API for NDN (NDN-TLV packet format)
8Version: @VERSION@
Alexander Afanasyev200dd6f2014-01-28 19:04:25 -08009Libs: -L${libdir} @EXTRA_LDFLAGS@ -lndn-cpp-dev @EXTRA_LIBS@
10Cflags: -I${includedir} @EXTRA_INCLUDES@