scripts: fix installation
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Apr 30 23:13:12 2011 +0200 (2011-04-30)
changeset 242428092887b486
parent 2423 861c2479baea
child 2425 055e505f28be
scripts: fix installation

Changeset e013ddebc063 forgot to install the samples.mk file.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Makefile.in
     1.1 --- a/Makefile.in	Fri Apr 29 00:05:41 2011 +0200
     1.2 +++ b/Makefile.in	Sat Apr 30 23:13:12 2011 +0200
     1.3 @@ -241,6 +241,7 @@
     1.4  	            $${samp_file}                                               \
     1.5  	            >"$(DESTDIR)$(LIBDIR)/$${samp_file}";                       \
     1.6  	 done
     1.7 +	@$(install) -m 644 samples/samples.mk "$(DESTDIR)$(LIBDIR)/samples/samples.mk"
     1.8  
     1.9  install-doc: $(DESTDIR)$(DOCDIR)
    1.10  	@echo "  INST    'docs/*.txt'"