diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-07-21 06:02:36 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-08-02 01:01:32 +0900 |
commit | 6bf3f5a870a28c7989a24ab6ae3040c650f84897 (patch) | |
tree | e4b3aeffaa96f9238e207d12c66071cfe9b50acf /Makefile.am | |
parent | a34f8913fbe3fc82ed32754ec6976d1a6f7904e6 (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 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2fbf961..5c70312 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,8 +5,8 @@ SUBDIRS += test endif pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libredundancyfileop.pc +pkgconfig_DATA = librefop.pc -CLEANFILES = libredundancyfileop.pc +CLEANFILES = librefop.pc |