1
0
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:
Emmanuel Bouthenot
2006-06-11 12:19:39 +00:00
parent 99e3f219af
commit c7cab37e16
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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)