summary refs log blame commit diff stats
path: root/plugins/python/Makefile.am
blob: 89d5f15fd49f4af8fba1e73a72309c77835b273b (plain) (tree)
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)
INCLUDES = $(PY_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/..