]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/libudev/libudev.pc.in
machine-id: fix missing initialization
[thirdparty/systemd.git] / src / libudev / libudev.pc.in
CommitLineData
88a6477e
KS
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
33a5cc29 8prefix=@prefix@
6a90a512 9exec_prefix=@exec_prefix@
6133f343 10libdir=@libdir@
6a90a512 11includedir=@includedir@
33a5cc29
KS
12
13Name: libudev
14Description: Library to access udev device information
15Version: @VERSION@
9c6a11b1 16Libs: -L${libdir} -ludev -lrt
ad29a9f1 17Libs.private:
33a5cc29 18Cflags: -I${includedir}