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.tokkee.org/?a=commitdiff_plain;h=8e1e57b29f12bf0865a745f2467914f39fc972cc;p=rrdtool-all.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@816 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/bindings/python/Makefile.am b/program/bindings/python/Makefile.am index c8ffcb3b..da3a5c30 100644 --- a/program/bindings/python/Makefile.am +++ b/program/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