summary refs log tree commit diff stats
path: root/plugins/python/Makefile.am
blob: 259f2a0f3ed0e2b9e65eae1e705aacf73ea0ec79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
EXTRA_DIST = 

libdir = $(hexchatlibdir)

lib_LTLIBRARIES = python.la
python_la_SOURCES = python.c
python_la_LDFLAGS = -avoid-version -module 
python_la_LIBADD = $(PY_LIBS)
AM_CPPFLAGS = $(PY_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common