diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-05-18 15:42:09 +0200 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-05-18 16:50:41 +0200 |
commit | 02221eae373c5db93d1c715d836d79c724d361c7 (patch) | |
tree | df7419728e8abf7e0c04801674e81592f32c9971 /src/core/Makefile.am | |
parent | 36beddc64f881c2c9618b449ed5c590d41872455 (diff) | |
download | irssi-02221eae373c5db93d1c715d836d79c724d361c7.zip |
fix dist compilation failure
remove illegal wcwidth.c include and compile wcwidth.c
correct #include in wcwidth.c
fallout from #480
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r-- | src/core/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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) |