add pkgconfig file
This commit is contained in:
parent
d9c0d0dc70
commit
7cfa1941d7
1 changed files with 11 additions and 0 deletions
11
comedilib.pc.in
Normal file
11
comedilib.pc.in
Normal file
|
@ -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}
|
Loading…
Add table
Reference in a new issue