1
0
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:
Sebastien Helleu
2007-10-31 17:32:46 +01:00
parent 40fe3abc11
commit 1b9f91849e
6 changed files with 103 additions and 59 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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