X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flibelogind%2Flibelogind.pc.in;h=015cb721f49bec5a63c12b6fac7afdf71b961cd2;hp=81b1d79c374a01d1238b1945086adff85f430ae4;hb=b6f66fa4d664ccba6badd87c523bef7d9be58e44;hpb=7b3cb911e7ddb15cc8f7b1bf0a19c5619b58e23c diff --git a/src/libelogind/libelogind.pc.in b/src/libelogind/libelogind.pc.in index 81b1d79c3..015cb721f 100644 --- a/src/libelogind/libelogind.pc.in +++ b/src/libelogind/libelogind.pc.in @@ -1,18 +1,18 @@ -# This file is part of systemd. +# This file is part of elogind. # -# systemd is free software; you can redistribute it and/or modify it +# elogind is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. -g systemd-journal - - -u systemd-bus-proxy - "systemd Bus Proxy" -m4_ifdef(`ENABLE_NETWORKD', -u systemd-network - "systemd Network Management" -)m4_dnl -m4_ifdef(`ENABLE_RESOLVED', -u systemd-resolve - "systemd Resolver" -)m4_dnl -m4_ifdef(`ENABLE_TIMESYNCD', -u systemd-timesync - "systemd Time Synchronization" -)m4_dnl +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@rootlibdir@ +includedir=@includedir@/elogind + +Name: elogind +Description: elogind Library +URL: @PACKAGE_URL@ +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lelogind +Cflags: -I${includedir}