summary refs log tree commit diff stats
path: root/plugins/python/Makefile.am
blob: 1e4adff81e322c4ed5a5c84f661354e9814b066a (plain) (blame)
1
2
3
4
5
6
7
8
9
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)/..