The rrdtoolmodule.so should be installed in pyexecdir instead of pythondir (they...
[rrdtool.git] / bindings / python / Makefile.am
1 AM_CPPFLAGS = @CFLAGS@ -I$(top_srcdir)/src @PYTHON_INCLUDES@
2
3 pyexec_PROGRAMS = rrdtoolmodule.so
4
5 rrdtoolmodule_so_LDFLAGS = -module -shared
6 rrdtoolmodule_so_LDADD = $(top_builddir)/src/librrd.la
7 rrdtoolmodule_so_SOURCES =     rrdtoolmodule.c
8
9 noinst_HEADERS =                rrd_extra.h
10
11 clean-local:
12         rm -rf build
13