2011-02-24 04:14:30 +01:00
|
|
|
EXTRA_DIST =
|
|
|
|
|
2012-07-14 09:22:24 +02:00
|
|
|
libdir = $(hexchatlibdir)/plugins
|
2011-02-24 04:14:30 +01:00
|
|
|
|
|
|
|
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)/..
|
|
|
|
|