diff options
Diffstat (limited to 'libv8/Makefile')
-rw-r--r-- | libv8/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libv8/Makefile b/libv8/Makefile index 9ecbde7..3b9e6ae 100644 --- a/libv8/Makefile +++ b/libv8/Makefile @@ -59,6 +59,7 @@ install-%-stamp: build-%-stamp mkdir -p $(protodir)/$(libdir) mkdir -p $(protodir)/usr/include cp $(v8out) $(protodir)/$(libdir)/ + cp $(builddir)/include/*.h $(protodir)/usr/include/ touch $@ checksum-v8-3.14.5.3.tar.bz2 := \ |