summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-01-17 17:03:42 +0000
committerWill Thompson <will@willthompson.co.uk>2012-01-17 17:08:43 +0000
commitfc924626dca6edcdcd7a483390e3a42ed2e18c32 (patch)
treefed8cf01abf8636ec29a061649501af165b7eec4 /Makefile
parentab3625b497d451c3a9ed1bc9c769eab893a3d537 (diff)
Ship pcap, gmp and ffi in binary tarballs
I'm a horrible person.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b5e4fd1..332f91b 100644
--- a/Makefile
+++ b/Makefile
@@ -48,4 +48,7 @@ maintainer-binary-tarball: all
-e 's{^ bustle} { ./bustle.sh};' \
$(TARBALL_FULL_DIR)/README
cp $(BINARIES) $(TARBALL_FULL_DIR)
+ mkdir -p $(TARBALL_FULL_DIR)/lib
+ cp LICENSE.bundled-libraries $(TARBALL_FULL_DIR)/lib
+ cp $(shell ./ldd-me-up.sh $(TARBALL_FULL_DIR)/bin/bustle) $(TARBALL_FULL_DIR)/lib
cd $(TARBALL_PARENT_DIR) && tar cjf $(TARBALL) $(TARBALL_DIR)