summary refs log blame commit diff stats
path: root/plugins/python/Makefile.am
blob: 063f20093015ccc9002af284a789c15402d2d6e9 (plain) (tree)
1
2
3
4
5
6
7
8
                         


                            


                                                                         
 
libdir = $(hexchatlibdir)

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