projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9c0d0d
)
add pkgconfig file
author
David Schleef
<ds@schleef.org>
Fri, 13 Aug 2004 03:57:53 +0000
(
03:57
+0000)
committer
David Schleef
<ds@schleef.org>
Fri, 13 Aug 2004 03:57:53 +0000
(
03:57
+0000)
comedilib.pc.in
[new file with mode: 0644]
patch
|
blob
diff --git a/comedilib.pc.in
b/comedilib.pc.in
new file mode 100644
(file)
index 0000000..
5aa1f86
--- /dev/null
+++ b/
comedilib.pc.in
@@ -0,0
+1,11
@@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Comedilib
+Description: Comedi Library
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -lcomedi
+Cflags: -I${includedir}