From 23c01b3c1b0803950657f3f29914cd59f3554a84 Mon Sep 17 00:00:00 2001 From: Omar Sandoval Date: Mon, 18 Dec 2017 00:31:25 -0800 Subject: libbtrfsutil: add Python bindings The C libbtrfsutil library isn't very useful for scripting, so we also want bindings for Python. Writing unit tests in Python is also much easier than doing so in C. Only Python 3 is supported; if someone really wants Python 2 support, they can write their own bindings. This commit is just the scaffolding. Signed-off-by: Omar Sandoval Signed-off-by: David Sterba --- Makefile.inc.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.inc.in') diff --git a/Makefile.inc.in b/Makefile.inc.in index b53bef80..159d38ed 100644 --- a/Makefile.inc.in +++ b/Makefile.inc.in @@ -14,6 +14,8 @@ DISABLE_BTRFSCONVERT = @DISABLE_BTRFSCONVERT@ BTRFSCONVERT_EXT2 = @BTRFSCONVERT_EXT2@ BTRFSCONVERT_REISERFS = @BTRFSCONVERT_REISERFS@ BTRFSRESTORE_ZSTD = @BTRFSRESTORE_ZSTD@ +PYTHON_BINDINGS = @PYTHON_BINDINGS@ +PYTHON = @PYTHON@ SUBST_CFLAGS = @CFLAGS@ SUBST_LDFLAGS = @LDFLAGS@ -- cgit v1.2.3