summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9533b7b..02626e3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -205,7 +205,7 @@ install-bin: $(DESTDIR)$(BINDIR)
install-lib: uninstall-lib $(DESTDIR)$(LIBDIR) install-lib-main install-lib-samples
install-lib-main: $(DESTDIR)$(LIBDIR)
- @for src_dir in config kconfig patches scripts; do \
+ @for src_dir in config contrib kconfig patches scripts; do \
echo " INST '$${src_dir}/'"; \
tar cf - --exclude='*.sh.in' $${src_dir} \
|(cd "$(DESTDIR)$(LIBDIR)"; tar xf -); \