add xchat r1489
This commit is contained in:
10
plugins/python/Makefile.am
Normal file
10
plugins/python/Makefile.am
Normal file
@ -0,0 +1,10 @@
|
||||
EXTRA_DIST =
|
||||
|
||||
libdir = $(xchatlibdir)/plugins
|
||||
|
||||
lib_LTLIBRARIES = python.la
|
||||
python_la_SOURCES = python.c
|
||||
python_la_LDFLAGS = -avoid-version -module
|
||||
python_la_LIBADD = $(PY_LIBS)
|
||||
INCLUDES = $(PY_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/..
|
||||
|
2257
plugins/python/python.c
Normal file
2257
plugins/python/python.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user