INCLUDES = $(PYTHON_INCLUDES)

pyexec_LTLIBRARIES = alfmodule.la
alfmodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex initalf
alfmodule_la_LIBADD = -L../src -lalf
alfmodule_la_SOURCES = alfmodule.c


syntax highlighted by Code2HTML, v. 0.9.1