mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
add missing source header weechat-aspell.h
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user