summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 66428825..37a79c78 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -753,12 +753,15 @@ dist-hook:
find $(distdir) -name '*.o' -o -name '*.ko' -o -name '*.cmd' -o -name '*.mod.c' -o -name '.??*' | xargs rm -rf
install-data-local:
- mkdir -p $(DESTDIR)$(pkgdatadir)/runtime
+ mkdir -p $(DESTDIR)$(pkgdatadir)/runtime/transport
cp -rp $(srcdir)/runtime/*.[ch] $(srcdir)/runtime/Doxyfile \
$(DESTDIR)$(pkgdatadir)/runtime
tar -f - -c --exclude=CVS --exclude='*~' --exclude='.#*' \
-C $(srcdir)/runtime probes \
| (cd $(DESTDIR)$(pkgdatadir)/runtime && tar xpf -)
+ tar -f - -c --exclude=CVS --exclude='*~' --exclude='.#*' \
+ -C $(srcdir)/runtime transport \
+ | (cd $(DESTDIR)$(pkgdatadir)/runtime && tar xpf -)
gcov:
@$(MAKE) clean CXXFLAGS="-g -fprofile-arcs -ftest-coverage" all check