From 6bf3f5a870a28c7989a24ab6ae3040c650f84897 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 21 Jul 2022 06:02:36 +0900 Subject: 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 Change-Id: I450c31cfe36f246489f9198e4cf2cfd6e85cb0ab --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit 1.2.3-korg