build-sys: add .pc file for libsystemd-bus

This commit is contained in:
Lennart Poettering 2013-11-07 03:27:58 +01:00
parent c8a8806e77
commit c3b8df24a9
3 changed files with 23 additions and 0 deletions

View file

@ -1992,7 +1992,11 @@ libsystemd_bus_la_LDFLAGS = \
-version-info $(LIBSYSTEMD_BUS_CURRENT):$(LIBSYSTEMD_BUS_REVISION):$(LIBSYSTEMD_BUS_AGE) \
-Wl,--version-script=$(top_srcdir)/src/libsystemd-bus/libsystemd-bus.sym
pkgconfiglib_DATA += \
src/libsystemd-bus/libsystemd-bus.pc
EXTRA_DIST += \
src/libsystemd-bus/libsystemd-bus.pc.in \
src/libsystemd-bus/libsystemd-bus.sym
lib_LTLIBRARIES += \

1
src/libsystemd-bus/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/libsystemd-bus.pc

View file

@ -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: systemd
Description: systemd Bus and Event Loop Library
URL: @PACKAGE_URL@
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lsystemd-bus
Cflags: -I${includedir}