blob: be52ba0a0ff7ea39d42520fe338e8766b705e2dd [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 Afanasyevf5df8e62014-02-16 19:56:21 -08009Libs: -L${libdir} @EXTRA_LINKFLAGS@ @EXTRA_LDFLAGS@ -lndn-cpp-dev @EXTRA_LIBS@ @EXTRA_FRAMEWORKS@
10Cflags: -I${includedir} @EXTRA_CXXFLAGS@ @EXTRA_INCLUDES@