summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-07 07:59:28 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-07 08:07:19 (GMT)
commit02b87012de23943ba65e0d89de96b8068c970dea (patch)
tree7efc73456d3a24b12c9ef8c167a8c8fdd2d1deb9
parentf94139153e7e8973e1ad4864b6a2c0153188a910 (diff)
downloadlibnl-02b87012de23943ba65e0d89de96b8068c970dea.zip
libnl-02b87012de23943ba65e0d89de96b8068c970dea.tar.gz
libnl-02b87012de23943ba65e0d89de96b8068c970dea.tar.bz2
build: add a "check-local" build target
This is currently unused.
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d578f59..ee7b7d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,7 @@ check_LTLIBRARIES =
check_PROGRAMS =
check_programs =
+check_local =
bin_PROGRAMS =
sbin_PROGRAMS =
@@ -1085,6 +1086,8 @@ EXTRA_DIST += \
###############################################################################
+check-local: $(check_local)
+
check_PROGRAMS += $(check_programs)
TESTS += $(check_programs)