From 3c88ada3bf9a9a9ace216d9c857300a6e21a13b7 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 15 Oct 2024 19:40:26 +0900 Subject: [PATCH] removed a wrong header file entry from lib/Makefile.am --- lib/Makefile.am | 1 - lib/Makefile.in | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 6196b89..3397e35 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -114,7 +114,6 @@ libhclx_la_SOURCES = \ hcl-json.h \ hcl-tmr.h \ hcl-x.h \ - hcl-xtul.h \ json.c \ tmr.c \ x-client.c \ diff --git a/lib/Makefile.in b/lib/Makefile.in index 75edaa3..f239ee1 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -170,8 +170,8 @@ libhcl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(libhcl_la_LDFLAGS) $(LDFLAGS) -o $@ @ENABLE_HCLX_TRUE@libhclx_la_DEPENDENCIES = libhcl.la \ @ENABLE_HCLX_TRUE@ $(am__DEPENDENCIES_5) -am__libhclx_la_SOURCES_DIST = hcl-json.h hcl-tmr.h hcl-x.h hcl-xtul.h \ - json.c tmr.c x-client.c x-proto.c x-server.c x-sys.c x-utl.c \ +am__libhclx_la_SOURCES_DIST = hcl-json.h hcl-tmr.h hcl-x.h json.c \ + tmr.c x-client.c x-proto.c x-server.c x-sys.c x-utl.c \ x-utl-sa.h @ENABLE_HCLX_TRUE@am_libhclx_la_OBJECTS = libhclx_la-json.lo \ @ENABLE_HCLX_TRUE@ libhclx_la-tmr.lo libhclx_la-x-client.lo \ @@ -484,7 +484,6 @@ libhcl_la_LIBADD = $(LIBADD_LIB_COMMON) $(am__append_6) @ENABLE_HCLX_TRUE@ hcl-json.h \ @ENABLE_HCLX_TRUE@ hcl-tmr.h \ @ENABLE_HCLX_TRUE@ hcl-x.h \ -@ENABLE_HCLX_TRUE@ hcl-xtul.h \ @ENABLE_HCLX_TRUE@ json.c \ @ENABLE_HCLX_TRUE@ tmr.c \ @ENABLE_HCLX_TRUE@ x-client.c \