summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 75b4b5e)
raw | patch | inline | side by side (parent: 75b4b5e)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 7 Feb 2007 21:30:18 +0000 (21:30 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 7 Feb 2007 21:30:18 +0000 (21:30 +0000) |
program/bindings/python/Makefile.am | [deleted file] | patch | blob | history |
program/bindings/python/Setup.in | [deleted file] | patch | blob | history |
program/bindings/python/setup.py | patch | blob | history |
diff --git a/program/bindings/python/Makefile.am b/program/bindings/python/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-AM_CPPFLAGS = @CFLAGS@ -I$(top_srcdir)/src @PYTHON_INCLUDES@
-
-pyexec_PROGRAMS = rrdtoolmodule.so
-
-rrdtoolmodule_so_LDADD = $(top_builddir)/src/librrd.la
-rrdtoolmodule_so_SOURCES = rrdtoolmodule.c
-
-noinst_HEADERS = rrd_extra.h
-
-clean-local:
- rm -rf build
-
diff --git a/program/bindings/python/Setup.in b/program/bindings/python/Setup.in
+++ /dev/null
@@ -1,2 +0,0 @@
-*shared*
-_rrdtool _rrdtoolmodule.c -lrrd -I/usr/local/include -L/usr/local/lib
index 97ab4769273de6cba55158e50578705bbc39ea7b..7912d9207a33fb69fa8a42a831c80b8b706a9749 100644 (file)
"rrdtoolmodule",
["rrdtoolmodule.c"],
libraries=['rrd'],
+ runtime_library_dirs=[library_dir],
library_dirs=[library_dir],
include_dirs=[include_dir],
)