aboutsummaryrefslogtreecommitdiffstats
path: root/librefop.pc.in
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2022-07-21 06:02:36 +0900
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2022-08-02 01:01:32 +0900
commit6bf3f5a870a28c7989a24ab6ae3040c650f84897 (patch)
treee4b3aeffaa96f9238e207d12c66071cfe9b50acf /librefop.pc.in
parenta34f8913fbe3fc82ed32754ec6976d1a6f7904e6 (diff)
Rename library and header filename to librefop
Previously this library name is libredundancyfileop, but it's too long for use. This patch rename library for libredundancyfileop to librefop. Bug-AGL: SPEC-4500 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: I450c31cfe36f246489f9198e4cf2cfd6e85cb0ab
Diffstat (limited to 'librefop.pc.in')
-rw-r--r--librefop.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/librefop.pc.in b/librefop.pc.in
new file mode 100644
index 0000000..5a3dc65
--- /dev/null
+++ b/librefop.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: librefop
+Description: Redundancy file operation library
+Requires:
+Version: 1.0
+Libs: -L${libdir} -lrefop
+Cflags: -I${includedir}