mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 14:45:42 +02:00
Renamed charset and aspell sources
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
ADD_LIBRARY(charset MODULE weechat-charset.h weechat-charset.c)
|
||||
ADD_LIBRARY(charset MODULE charset.c charset.h)
|
||||
SET_TARGET_PROPERTIES(charset PROPERTIES PREFIX "")
|
||||
|
||||
IF(ICONV_FOUND)
|
||||
|
||||
@@ -20,6 +20,6 @@ libdir = ${weechat_libdir}/plugins
|
||||
|
||||
lib_LTLIBRARIES = charset.la
|
||||
|
||||
charset_la_SOURCES = weechat-charset.h weechat-charset.c
|
||||
charset_la_SOURCES = charset.c charset.h
|
||||
charset_la_LDFLAGS = -module
|
||||
charset_la_LIBADD = $(CHARSET_LFLAGS)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user