chiark / gitweb /
fix compiler warning
[elogind.git] / src / libudev.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: libudev
7 Description: Library to access udev device information
8 Version: @VERSION@
9 Libs: -L${libdir} -ludev -lrt
10 Libs.private:
11 Cflags: -I${includedir}