diff options
author | Benjamin Barenblat <bbarenblat@galois.com> | 2014-01-27 19:20:43 -0800 |
---|---|---|
committer | Benjamin Barenblat <bbarenblat@galois.com> | 2014-01-27 19:20:43 -0800 |
commit | 32e5e36ea862c3fb981e7cc358280cbc7fbc8605 (patch) | |
tree | 6aa67e44fd440d7af64509cfe2110bbb4e60481f | |
parent | 51d9a3617773409a1409edb1207ea54a8a165177 (diff) |
Add Description field to pkg-config file
Without a Description field, pkg-config complains and won’t provide the
library flags for the package.
-rw-r--r-- | ppamltracer.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppamltracer.pc.in b/ppamltracer.pc.in index a2a9a5f..92b9985 100644 --- a/ppamltracer.pc.in +++ b/ppamltracer.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: ppamltracer Version: @PACKAGE_VERSION@ +Description: A lightweight, portable tracing library Cflags: -I${includedir} Libs: -L${libdir} -lppamltracer Libs.private: @OTF_LIBS@ |