summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f3b5f0f8..5b7db20e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1094,7 +1094,8 @@ install-data-local:
tar -cf - --mode=644 $(srcdir)/runtime/transport/*.[ch] | (cd $(DESTDIR)$(pkgdatadir) && tar xopf -)
tar -cf - --mode=644 $(srcdir)/runtime/relayfs/*.[ch] $(srcdir)/runtime/relayfs/linux/*.h \
| (cd $(DESTDIR)$(pkgdatadir) && tar xopf -)
- tar -cf - --mode=644 $(srcdir)/tapset/*.stp | (cd $(DESTDIR)$(pkgdatadir) && tar xopf -)
+ tar -cf - --mode=644 $(srcdir)/tapset/*.stp $(srcdir)/tapset/*/*.stp \
+ | (cd $(DESTDIR)$(pkgdatadir) && tar xopf -)
gcov:
@-$(MAKE) clean CXXFLAGS="-g -fprofile-arcs -ftest-coverage" all check