2011-02-24 06:14:30 +03:00
|
|
|
EXTRA_DIST =
|
|
|
|
|
2013-04-15 17:48:19 +04:00
|
|
|
libdir = $(hexchatlibdir)
|
2011-02-24 06:14:30 +03:00
|
|
|
|
|
|
|
lib_LTLIBRARIES = python.la
|
|
|
|
python_la_SOURCES = python.c
|
|
|
|
python_la_LDFLAGS = -avoid-version -module
|
|
|
|
python_la_LIBADD = $(PY_LIBS)
|
2012-10-30 07:06:57 +04:00
|
|
|
AM_CPPFLAGS = $(PY_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common
|
2011-02-24 06:14:30 +03:00
|
|
|
|