From 5538578820550c1a62dc4d0e6451332229eeee75 Mon Sep 17 00:00:00 2001 From: Xavier G Date: Fri, 13 May 2016 01:26:33 +0200 Subject: Move utf8.{h,c} from fe-common/core to core. --- src/core/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/Makefile.am') diff --git a/src/core/Makefile.am b/src/core/Makefile.am index fc32e17e..cc200034 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -44,6 +44,7 @@ libcore_a_SOURCES = \ settings.c \ signals.c \ special-vars.c \ + utf8.c \ write-buffer.c structure_headers = \ -- cgit v1.2.3 From 02221eae373c5db93d1c715d836d79c724d361c7 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Wed, 18 May 2016 15:42:09 +0200 Subject: fix dist compilation failure remove illegal wcwidth.c include and compile wcwidth.c correct #include in wcwidth.c fallout from #480 --- src/core/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/Makefile.am') diff --git a/src/core/Makefile.am b/src/core/Makefile.am index cc200034..af323234 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -45,6 +45,7 @@ libcore_a_SOURCES = \ signals.c \ special-vars.c \ utf8.c \ + wcwidth.c \ write-buffer.c structure_headers = \ @@ -94,6 +95,7 @@ pkginc_core_HEADERS = \ settings.h \ signals.h \ special-vars.h \ + utf8.h \ window-item-def.h \ write-buffer.h \ $(structure_headers) -- cgit v1.2.3