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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user