aboutsummaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2025-02-15 15:41:29 -0400
committerDavid Bremner <david@tethera.net>2025-02-22 07:07:46 -0400
commit84e53f70229c42f82ca86b5b1b88a4afeaff7eae (patch)
tree473449a932924959d1113afda32d495f127b69b1 /Makefile.global
parentd526797ad198e394bb8b4909f43976b76fb347f1 (diff)
build: remove handling for legacy python bindings version
The legacy python bindings are no longer built.
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.global b/Makefile.global
index 7a7a3c6d..258c379c 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -47,8 +47,6 @@ DEB_TAR_FILE=$(PACKAGE)_$(VERSION).orig.tar.xz
SHA256_FILE=$(TAR_FILE).sha256.asc
DETACHED_SIG_FILE=$(TAR_FILE).asc
-PV_FILE=bindings/python/notmuch/version.py
-
# Smash together user's values with our extra values
FINAL_CFLAGS = -DNOTMUCH_VERSION=$(VERSION) $(WARN_CFLAGS) $(extra_cflags) $(CPPFLAGS) $(CONFIGURE_CFLAGS) $(CFLAGS)
FINAL_CXXFLAGS = $(WARN_CXXFLAGS) $(extra_cflags) $(extra_cxxflags) $(CPPFLAGS) $(CONFIGURE_CXXFLAGS) $(CXXFLAGS)