Code

added IBM Public License to the list of Exceptions
[rrdtool-all.git] / program / bindings / python / Makefile.am
1 AM_CPPFLAGS = @CFLAGS@ -I$(top_srcdir)/src @PYTHON_INCLUDES@
3 pyexec_PROGRAMS = rrdtoolmodule.so
5 rrdtoolmodule_so_LDADD = $(top_builddir)/src/librrd.la
6 rrdtoolmodule_so_SOURCES = rrdtoolmodule.c
8 noinst_HEADERS =           rrd_extra.h
10 clean-local:
11         rm -rf build