summaryrefslogtreecommitdiff
path: root/src/libsystem-sd/libsystem-sd.pc.in
diff options
context:
space:
mode:
authorWaLyong Cho <walyong.cho@samsung.com>2016-10-17 14:21:53 +0900
committerWaLyong Cho <walyong.cho@samsung.com>2016-10-17 14:22:05 +0900
commitbf6b02d15c986496b697131a68f3f99c6dcf1e70 (patch)
treee2f9fc203521135e04ccca966837ae4cad7585c7 /src/libsystem-sd/libsystem-sd.pc.in
parent7928edd9b8dfd3501154bd70decdcefa1c275b43 (diff)
parent2836b189c0b82d8baacadadff7517d13ba03eacc (diff)
downloadlibsystem-bf6b02d15c986496b697131a68f3f99c6dcf1e70.tar.gz
libsystem-bf6b02d15c986496b697131a68f3f99c6dcf1e70.tar.bz2
libsystem-bf6b02d15c986496b697131a68f3f99c6dcf1e70.zip
release: 4.0-0
[Model] Common [BinType] AP [Customer] N/A [Issue] N/A [Request] N/A [Occurrence Version] N/A [Problem] release: 4.0-0 [Cause & Measure] N/A [Checking Method] N/A [Team] SystemFW [Developer] WaLyong Cho [Solution company] Samsung [Change Type] N/A * devel/systemfw/master: release: 4.0-0 rpm: spec: modify rpm spec properly test: add test-truncate_nl make: add tests gitignore: update git ignores remove empty files initial files upload Change-Id: Iff40ea8c67918bc95e4c91be572299939477ea05 Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
Diffstat (limited to 'src/libsystem-sd/libsystem-sd.pc.in')
-rw-r--r--src/libsystem-sd/libsystem-sd.pc.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libsystem-sd/libsystem-sd.pc.in b/src/libsystem-sd/libsystem-sd.pc.in
new file mode 100644
index 0000000..ba7828b
--- /dev/null
+++ b/src/libsystem-sd/libsystem-sd.pc.in
@@ -0,0 +1,17 @@
+# Package Information for pkg-config
+#
+# Copyright (c) 2016 Samsung Electronics Co., Ltd.
+# All rights reserved.
+#
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libsystem-sd
+Description: systemd Dbus utility libraries
+Version: @PACKAGE_VERSION@
+Requires.private: @LIBSYSTEM_SD_PC_REQUIRES@
+Cflags: @LIBSYSTEM_SD_PC_CFLAGS@
+Libs: @LIBSYSTEM_SD_PC_LIBS@