Install libtcc.h when invoking make install

This fix commit e79281f58e
master
Thomas Preud'homme 2013-01-14 18:16:17 +01:00
parent 8c56b0cf90
commit a4e630c7d9
1 changed files with 2 additions and 0 deletions

View File

@ -271,6 +271,8 @@ ifdef DISABLE_STATIC
ln -sf "$(ln_libdir)/libtcc.so.1.0" "$(libdir)/libtcc.so.1"
ln -sf "$(ln_libdir)/libtcc.so.1.0" "$(libdir)/libtcc.so"
endif
mkdir -p "$(includedir)"
$(INSTALL) -m644 $(top_srcdir)/libtcc.h "$(includedir)"
mkdir -p "$(docdir)"
-$(INSTALL) -m644 tcc-doc.html "$(docdir)"
ifdef CONFIG_CROSS