diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-09 00:47:30 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-09 00:47:30 +0100 |
commit | 260123716172d33f44bdc0e4e5422554d139215c (patch) | |
tree | 840e8e6387b96bd6f9afe3ffebc19c781a112f1b /libphidget21.pc.in | |
parent | 0b624384cd52be20e61284551d832b499d7b7707 (diff) | |
download | libphidget21-upstream/2.1.8.20120507.tar.gz |
Imported Upstream version 2.1.8.20120507upstream/2.1.8.20120507
Diffstat (limited to '')
-rw-r--r-- | libphidget21.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libphidget21.pc.in b/libphidget21.pc.in new file mode 100644 index 0000000..1801775 --- /dev/null +++ b/libphidget21.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libphidget +Description: Phidgets library +Version: @VERSION@ +Libs: -L${libdir} -lphidget21 +Cflags: -I${includedir}
\ No newline at end of file |