summaryrefslogtreecommitdiff
path: root/src/libsystem-sd/libsystem-sd.pc.in
diff options
context:
space:
mode:
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@