2013-04-15 15:48:19 +02:00
|
|
|
libdir = $(hexchatlibdir)
|
2011-02-24 04:14:30 +01:00
|
|
|
|
|
|
|
lib_LTLIBRARIES = python.la
|
|
|
|
python_la_SOURCES = python.c
|
2014-09-06 14:04:52 +02:00
|
|
|
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
|
2011-02-24 04:14:30 +01:00
|
|
|
|