]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add valgrind-monitor[-def].py to EXTRA_DIST
authorMark Wielaard <mark@klomp.org>
Wed, 1 Feb 2023 22:52:59 +0000 (23:52 +0100)
committerMark Wielaard <mark@klomp.org>
Wed, 1 Feb 2023 22:53:17 +0000 (23:53 +0100)
So as to make sure these get copied into the tarball.
Fixes make distcheck.

coregrind/Makefile.am

index dda0689ddfb7d5cbf2e6b6d0072c4829c347fe6b..80115f21fedd71a2b38de56847cbef652d1807cd 100644 (file)
@@ -771,6 +771,8 @@ vglib_DATA  += m_gdbserver/valgrind-monitor-def.py
 
 # so as to make sure these get copied into the tarball
 EXTRA_DIST  += $(GDBSERVER_XML_FILES)
+EXTRA_DIST  += m_gdbserver/valgrind-monitor.py
+EXTRA_DIST  += m_gdbserver/valgrind-monitor-def.py
 
 #----------------------------------------------------------------------------
 # General stuff