summary refs log tree commit diff stats
path: root/plugins/python/Makefile.am
blob: 856c733ec0b39f875f56da92721d88245ab924c5 (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 = $(PYTHON_CPPFLAGS)
python_la_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)/src/common