AUTOMAKE_OPTIONS = foreign INCLUDES= -I$(top_srcdir)/src -I$(top_srcdir)/lib/python CXXFLAGS = -Wall -pedantic -ansi -W @CXXFLAGS@ -DPY_RULES_DIR="\"$(pkgdatadir)\"" pkglib_LTLIBRARIES=python.la python_la_SOURCES=python_plugin.cc \ python_plugin.h \ python_rule.cc \ python_rule.h \ python_module.cc \ python_module.h python_la_LDFLAGS=-shared -module -L$(top_srcdir)/lib/python/.libs -lpython++ #python_la_LIBADD=$(top_builddir)/lib/python/libpython++.la #-lpython2.0 -ldb SUBDIRS=python_rules EXTRA_DIST=clint.py pkgdata_DATA=clint.py