1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

Add cmake files in package built by autotools

This commit is contained in:
Sebastien Helleu
2009-03-28 22:53:34 +01:00
parent 85495d4b95
commit 998db86f45
25 changed files with 65 additions and 1 deletions
+2
View File
@@ -46,3 +46,5 @@ tcl_dir = tcl
endif
SUBDIRS = . $(perl_dir) $(python_dir) $(ruby_dir) $(lua_dir) $(tcl_dir)
EXTRA_DIST = CMakeLists.txt
+2
View File
@@ -26,3 +26,5 @@ lua_la_SOURCES = weechat-lua.c \
weechat-lua-api.h
lua_la_LDFLAGS = -module
lua_la_LIBADD = ../lib_weechat_plugins_scripts.la $(LUA_LFLAGS)
EXTRA_DIST = CMakeLists.txt
+2
View File
@@ -26,3 +26,5 @@ perl_la_SOURCES = weechat-perl.c \
weechat-perl-api.h
perl_la_LDFLAGS = -module
perl_la_LIBADD = ../lib_weechat_plugins_scripts.la $(PERL_LFLAGS)
EXTRA_DIST = CMakeLists.txt
+2
View File
@@ -26,3 +26,5 @@ python_la_SOURCES = weechat-python.c \
weechat-python-api.h
python_la_LDFLAGS = -module
python_la_LIBADD = ../lib_weechat_plugins_scripts.la $(PYTHON_LFLAGS)
EXTRA_DIST = CMakeLists.txt
+2
View File
@@ -26,3 +26,5 @@ ruby_la_SOURCES = weechat-ruby.c \
weechat-ruby-api.h
ruby_la_LDFLAGS = -module
ruby_la_LIBADD = ../lib_weechat_plugins_scripts.la $(RUBY_LFLAGS)
EXTRA_DIST = CMakeLists.txt
+2
View File
@@ -26,3 +26,5 @@ tcl_la_SOURCES = weechat-tcl.c \
weechat-tcl-api.h
tcl_la_LDFLAGS = -module
tcl_la_LIBADD = ../lib_weechat_plugins_scripts.la $(TCL_LFLAGS)
EXTRA_DIST = CMakeLists.txt