version 1.6 | | version 1.7 |
---|
| | |
# The author can be reached via e-mail to mwedel@sonic.net | | # The author can be reached via e-mail to mwedel@sonic.net |
| | |
plugindir=$(pkglibdir)/plugins | | plugindir=$(pkglibdir)/plugins |
noinst_HEADERS = include/cfpython.h ../common/include/plugin_common.h | | |
| | SUBDIRS = include |
| | |
if PYTHON_PLUGIN | | if PYTHON_PLUGIN |
plugin_LTLIBRARIES = cfpython.la | | plugin_LTLIBRARIES = cfpython.la |
else | | else |
| | |
| | |
cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@ | | cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@ |
cfpython_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic | | cfpython_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic |
AM_CPPFLAGS = -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include @PY_INCLUDES@ | | AM_CPPFLAGS = -I$(srcdir)/include -I$(top_srcdir)/plugins/common/include -I$(top_srcdir)/include @PY_INCLUDES@ |
| | |
proto: | | proto: |
cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \ | | cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \ |