summary refs log tree commit diff stats
path: root/plugins/python/Makefile.am
blob: 3c574edf8be6cb0654f224f8627f92686256822d (plain) (blame)
1
2
3
4
5
6
7
8
9
libdir = $(hexchatlibdir)

lib_LTLIBRARIES = python.la
python_la_SOURCES = python.c
python_la_LDFLAGS = $(PLUGIN_LDFLAGS) -module
python_la_LIBADD = $(PYTHON_LIBS) $(GLIB_LIBS)
python_la_CPPFLAGS = -I$(top_srcdir)/src/common $(PYTHON_CPPFLAGS)
python_la_CFLAGS = $(GLIB_CFLAGS)