summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-03 07:08:20 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-03 07:11:14 (GMT)
commitca06372588166e099f76309dc4af1644ad639b14 (patch)
tree37f19856b7ab8fff0e1e5f792c0d778ca7dec00f
parent25c9019356cfecda81bc7a33a58fba539a6f0996 (diff)
downloadlibnl-ca06372588166e099f76309dc4af1644ad639b14.zip
libnl-ca06372588166e099f76309dc4af1644ad639b14.tar.gz
libnl-ca06372588166e099f76309dc4af1644ad639b14.tar.bz2
python: add make target for python build
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bd5ba02..9ed6a49 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1042,6 +1042,10 @@ dist_man8_MANS = \
###############################################################################
+python-build:
+ cd "$(srcdir)/python"; \
+ python setup.py build
+
EXTRA_DIST += \
python/README \
\