commit | 0b2897e694aa1ca91af9d7679a8200a20d72c812 | [log] [tgz] |
---|---|---|
author | Ashlesh Gawande <agawande@memphis.edu> | Wed Jun 20 14:40:47 2018 -0500 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Mon Jul 30 10:50:31 2018 -0500 |
tree | 759d2f4e56a8a1674254dab4f1c3b9a0d5b25c55 |
PSync: initial commit refs: #4641 Change-Id: Iabed3ad7632544d97559e6798547b7972b416784
diff --git a/PSync.pc.in b/PSync.pc.in new file mode 100644 index 0000000..b50c7ac --- /dev/null +++ b/PSync.pc.in
@@ -0,0 +1,10 @@ +prefix=@PREFIX@ +libdir=@LIBDIR@ +includedir=@INCLUDEDIR@ + +Name: PSync +Description: PSync library +Version: @VERSION@ +Libs: -L${libdir} -lPSync -lndn-cxx +Cflags: -I${includedir} +