mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
11 lines
241 B
Makefile
11 lines
241 B
Makefile
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)
|
|
AM_CPPFLAGS = $(PY_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/..
|
|
|