add missing pkg-config file

This commit is contained in:
Steffen Vogel 2019-01-10 10:07:17 +01:00
parent 3c7823170d
commit 9e8ad8b1fd
2 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View file

@ -38,7 +38,6 @@ Release
*.patch
*~
*.bz2
libuldaq.pc.in
.dirstamp
src/*.sh
examples/*

10
libuldaq.pc.in Normal file
View 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