summaryrefslogtreecommitdiff
path: root/src/libelogind/libelogind.pc.in
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2015-04-26 15:03:53 +0200
committerAndy Wingo <wingo@pobox.com>2015-08-15 22:14:07 +0200
commit3dd1bac5dedd766169e9d45c59afc3da4f03d472 (patch)
tree3f639d2990aeca3e9c573a1f3294958add03e6af /src/libelogind/libelogind.pc.in
parent7586a2e532d8dcb2428edd4e98c3534fc6f22061 (diff)
rename libsystemd*.pc.in to libelogind*.pc.in
Diffstat (limited to 'src/libelogind/libelogind.pc.in')
-rw-r--r--src/libelogind/libelogind.pc.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/libelogind/libelogind.pc.in b/src/libelogind/libelogind.pc.in
new file mode 100644
index 000000000..b7e688300
--- /dev/null
+++ b/src/libelogind/libelogind.pc.in
@@ -0,0 +1,18 @@
+# This file is part of systemd.
+#
+# systemd 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.
+
+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}