1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

Updated Makefile for aspell (new name for sources)

This commit is contained in:
Sebastien Helleu
2007-10-31 18:15:44 +01:00
parent bf40cfbdfd
commit 13e58a4ecb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
ADD_LIBRARY(aspell MODULE weechat-aspell.h weechat-aspell.c)
ADD_LIBRARY(aspell MODULE aspell.c aspell.h)
SET_TARGET_PROPERTIES(aspell PROPERTIES PREFIX "")
IF(ASPELL_FOUND)
+1 -1
View File
@@ -20,6 +20,6 @@ libdir = ${weechat_libdir}/plugins
lib_LTLIBRARIES = aspell.la
aspell_la_SOURCES = weechat-aspell.h weechat-aspell.c
aspell_la_SOURCES = aspell.c aspell.h
aspell_la_LDFLAGS = -module
aspell_la_LIBADD = $(ASPELL_LFLAGS)