xchat/xchat-2.8.8/plugins/python/Makefile.am

11 lines
236 B
Makefile
Raw Normal View History

2024-10-12 09:38:51 +00:00
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)/..