mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04:00
11 lines
236 B
Makefile
11 lines
236 B
Makefile
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)/..
|
|
|