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

libdir = $(hexchatlibdir)/plugins

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)/..