add missing pkg-config file
This commit is contained in:
parent
3c7823170d
commit
9e8ad8b1fd
2 changed files with 10 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -38,7 +38,6 @@ Release
|
|||
*.patch
|
||||
*~
|
||||
*.bz2
|
||||
libuldaq.pc.in
|
||||
.dirstamp
|
||||
src/*.sh
|
||||
examples/*
|
||||
|
|
10
libuldaq.pc.in
Normal file
10
libuldaq.pc.in
Normal file
|
@ -0,0 +1,10 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@bindir@
|
||||
includedir=@includedir@
|
||||
libdir=@libdir@
|
||||
|
||||
Name: uldaq
|
||||
Description: MCC Universal Library for Linux
|
||||
Version: 1.1.0
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -luldaq
|
Loading…
Add table
Reference in a new issue