From: oetiker Date: Sat, 6 May 2006 13:20:26 +0000 (+0000) Subject: The rrdtoolmodule.so should be installed in pyexecdir instead of pythondir (they... X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=128786418a463836f61416c1d1077abaf1d9718e The rrdtoolmodule.so should be installed in pyexecdir instead of pythondir (they differ if prefix!=exec_prefix) -- Peter Breitenlohner git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@816 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index c8ffcb3..da3a5c3 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -1,8 +1,6 @@ AM_CPPFLAGS = @CFLAGS@ -I$(top_srcdir)/src @PYTHON_INCLUDES@ -#pythondir = $(pyexecdir)/python@PYTHON_VERSION@/site-packages - -python_PROGRAMS = rrdtoolmodule.so +pyexec_PROGRAMS = rrdtoolmodule.so rrdtoolmodule_so_LDFLAGS = -module -shared rrdtoolmodule_so_LDADD = $(top_builddir)/src/librrd.la