From 6987c942a11bab3b146da8221f4e2c42373ae596 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 18 Feb 2013 17:37:08 +0400 Subject: Allow building debs --- libv8/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libv8/Makefile') 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 := \ -- cgit v1.2.3