From 3dd1bac5dedd766169e9d45c59afc3da4f03d472 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 26 Apr 2015 15:03:53 +0200 Subject: rename libsystemd*.pc.in to libelogind*.pc.in --- Makefile.am | 2 +- src/libelogind/libelogind.pc.in | 18 ++++++++++++++++++ src/libelogind/libsystemd.pc.in | 18 ------------------ src/libelogind/sd-id128/libelogind-id128.pc.in | 18 ++++++++++++++++++ src/libelogind/sd-id128/libsystemd-id128.pc.in | 18 ------------------ 5 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 src/libelogind/libelogind.pc.in delete mode 100644 src/libelogind/libsystemd.pc.in create mode 100644 src/libelogind/sd-id128/libelogind-id128.pc.in delete mode 100644 src/libelogind/sd-id128/libsystemd-id128.pc.in diff --git a/Makefile.am b/Makefile.am index 26b2fb261d..255b50665a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -734,7 +734,7 @@ INSTALL_EXEC_HOOKS += libelogind-install-hook UNINSTALL_EXEC_HOOKS += libelogind-uninstall-hook pkgconfiglib_DATA += \ - src/libelogind/libsystemd.pc + src/libelogind/libelogind.pc pkginclude_HEADERS += \ src/systemd/sd-login.h diff --git a/src/libelogind/libelogind.pc.in b/src/libelogind/libelogind.pc.in new file mode 100644 index 0000000000..b7e6883009 --- /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} diff --git a/src/libelogind/libsystemd.pc.in b/src/libelogind/libsystemd.pc.in deleted file mode 100644 index e8f79507ea..0000000000 --- a/src/libelogind/libsystemd.pc.in +++ /dev/null @@ -1,18 +0,0 @@ -# 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: systemd -Description: systemd Library -URL: @PACKAGE_URL@ -Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lsystemd -Cflags: -I${includedir} diff --git a/src/libelogind/sd-id128/libelogind-id128.pc.in b/src/libelogind/sd-id128/libelogind-id128.pc.in new file mode 100644 index 0000000000..f7922b8b8c --- /dev/null +++ b/src/libelogind/sd-id128/libelogind-id128.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 128 Bit ID Utility Library +URL: @PACKAGE_URL@ +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lelogind-id128 +Cflags: -I${includedir} diff --git a/src/libelogind/sd-id128/libsystemd-id128.pc.in b/src/libelogind/sd-id128/libsystemd-id128.pc.in deleted file mode 100644 index bb65ffde33..0000000000 --- a/src/libelogind/sd-id128/libsystemd-id128.pc.in +++ /dev/null @@ -1,18 +0,0 @@ -# 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: systemd -Description: systemd 128 Bit ID Utility Library -URL: @PACKAGE_URL@ -Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lsystemd-id128 -Cflags: -I${includedir} -- cgit v1.2.3