summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 327bdbaf..0da0a1bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,6 +38,9 @@ install-data-local:
tar -f - -c --exclude=CVS --exclude='*~' --exclude='.#*' \
-C $(srcdir)/runtime transport \
| (cd $(DESTDIR)$(pkgdatadir)/runtime && tar xpf -)
+ tar -f - -c --exclude=CVS --exclude='*~' --exclude='.#*' \
+ -C $(srcdir)/runtime relayfs \
+ | (cd $(DESTDIR)$(pkgdatadir)/runtime && tar xpf -)
-mkdir $(DESTDIR)$(pkgdatadir)/tapset
(cd $(srcdir)/tapset ; find . -name '*.stp' | cpio -pdmv $(DESTDIR)$(pkgdatadir)/tapset)