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