From: Tobias 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-Tag: 1.2.14~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a0bb4cae1cdaab8be023236227bca9db7c9f1d3;p=thirdparty%2Frrdtool-1.x.git 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 c8ffcb3b..da3a5c30 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