summaryrefslogtreecommitdiff
path: root/src/libelogind/libelogind.pc.in
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-02-20 22:13:35 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:23:20 +0100
commit1f05b944a3c0efe3f3a9a92b04bbfd37b5872f3c (patch)
tree35434d1bc9380c25652ea921f5701b276b870de1 /src/libelogind/libelogind.pc.in
parent3c1caeee9e4bc8da9d48ab9507a4189b41aebbe2 (diff)
Fix libelogind.pc.in
Diffstat (limited to 'src/libelogind/libelogind.pc.in')
-rw-r--r--src/libelogind/libelogind.pc.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/libelogind/libelogind.pc.in b/src/libelogind/libelogind.pc.in
index 81b1d79c3..17a92b130 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=@libdir@
+includedir=@includedir@
+
+Name: elogind
+Description: elogind Library
+URL: @PACKAGE_URL@
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lelogind
+Cflags: -I${includedir}