diff options
author | Emmanuel Bouthenot <kolter@openics.org> | 2006-06-11 12:19:39 +0000 |
---|---|---|
committer | Emmanuel Bouthenot <kolter@openics.org> | 2006-06-11 12:19:39 +0000 |
commit | c7cab37e162d60183d74f4992f568c8469a714a8 (patch) | |
tree | 461a675431b0d6f7949b0837d8b1a0b5097df790 /src/plugins | |
parent | 99e3f219afcd281e85a188465a769d50bfdaf824 (diff) | |
download | weechat-c7cab37e162d60183d74f4992f568c8469a714a8.zip |
add missing source header weechat-aspell.h
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/aspell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/aspell/Makefile.am b/src/plugins/aspell/Makefile.am index fc5fdecf4..449d38ba5 100644 --- a/src/plugins/aspell/Makefile.am +++ b/src/plugins/aspell/Makefile.am @@ -21,6 +21,6 @@ libdir = ${weechat_libdir}/plugins lib_LTLIBRARIES = libaspell.la -libaspell_la_SOURCES = weechat-aspell.c +libaspell_la_SOURCES = weechat-aspell.h weechat-aspell.c libaspell_la_LDFLAGS = -module libaspell_la_LIBADD = $(ASPELL_LFLAGS) |