the images should be written to the current directory ... -- Alex
[rrdtool.git] / bindings / python / Makefile.am
index 6510f1e..f89e92c 100644 (file)
@@ -2,8 +2,6 @@ AM_CPPFLAGS = @CFLAGS@ -I$(top_srcdir)/src @PYTHON_INCLUDES@
 
 #pythondir = $(pyexecdir)/python@PYTHON_VERSION@/site-packages
 
-if BUILD_PYTHON
-
 python_PROGRAMS = rrdtoolmodule.so
 
 rrdtoolmodule_so_LDFLAGS = -module -shared
@@ -15,4 +13,3 @@ noinst_HEADERS =                rrd_extra.h
 clean:
        rm -rf build
 
-endif