diff options
author | Will Thompson <will@willthompson.co.uk> | 2012-01-17 17:03:42 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2012-01-17 17:08:43 +0000 |
commit | fc924626dca6edcdcd7a483390e3a42ed2e18c32 (patch) | |
tree | fed8cf01abf8636ec29a061649501af165b7eec4 /Makefile | |
parent | ab3625b497d451c3a9ed1bc9c769eab893a3d537 (diff) |
Ship pcap, gmp and ffi in binary tarballs
I'm a horrible person.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |