[systemd-commits] Makefile.am libsystemd-login.pc.in src/login

Lennart Poettering lennart at kemper.freedesktop.org
Sat Dec 31 04:37:32 PST 2011


 Makefile.am                      |    4 ++--
 libsystemd-login.pc.in           |   18 ------------------
 src/login/libsystemd-login.pc.in |   18 ++++++++++++++++++
 3 files changed, 20 insertions(+), 20 deletions(-)

New commits:
commit 9c5b60ca5f015c149efcb5b2c25aa1ad1a20018d
Author: Lennart Poettering <lennart at poettering.net>
Date:   Sat Dec 31 13:37:23 2011 +0100

    login: move libsystemd-login.pc.in into src/login/

diff --git a/Makefile.am b/Makefile.am
index 0054930..119967f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1867,7 +1867,7 @@ lib_LTLIBRARIES += \
 	libsystemd-login.la
 
 pkgconfiglib_DATA += \
-	libsystemd-login.pc
+	src/login/libsystemd-login.pc
 
 polkitpolicy_in_files += \
 	src/login/org.freedesktop.login1.policy.in
@@ -1928,7 +1928,7 @@ man/sd_login_monitor_get_fd.3: man/sd_login_monitor_new.3
 EXTRA_DIST += \
 	src/login/logind-gperf.gperf \
 	units/systemd-logind.service.in \
-	libsystemd-login.pc.in \
+        src/login/libsystemd-login.pc.in \
 	src/login/libsystemd-login.sym \
 	src/login/logind.h \
 	src/login/logind-device.h \
diff --git a/libsystemd-login.pc.in b/libsystemd-login.pc.in
deleted file mode 100644
index cd36a9c..0000000
--- a/libsystemd-login.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 General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
-#  (at your option) any later version.
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: systemd
-Description: systemd Login Utility Library
-URL: @PACKAGE_URL@
-Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lsystemd-login
-Cflags: -I${includedir}
diff --git a/src/login/libsystemd-login.pc.in b/src/login/libsystemd-login.pc.in
new file mode 100644
index 0000000..cd36a9c
--- /dev/null
+++ b/src/login/libsystemd-login.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 General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: systemd
+Description: systemd Login Utility Library
+URL: @PACKAGE_URL@
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lsystemd-login
+Cflags: -I${includedir}



More information about the systemd-commits mailing list