summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2013-02-02 20:48:04 -0800
committerDwayne Litzenberger <dlitz@dlitz.net>2013-02-16 13:09:42 -0800
commit95918a1a86bc1e4c5045801b4bdb83359e033c6a (patch)
treec594383bae412a70e930c6f37040fb8d34572de2 /MANIFEST.in
parent6e3d2bdcc0e2a97f56f69c77b8acd1fbd80eaa45 (diff)
downloadpycrypto-95918a1a86bc1e4c5045801b4bdb83359e033c6a.tar.gz
Use autoconf to generate compiler options
Hopefully this means we'll break on fewer platforms. Also, remove some of the extra optimization flags (e.g. -O3 -fomit-frame-pointer), which don't really do much.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 4a456fe..bbb10fd 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,8 @@
include MANIFEST.in
-include ACKS ChangeLog COPYRIGHT Doc/* TODO
+include ACKS build-aux/* ChangeLog COPYRIGHT Doc/* TODO
graft LEGAL
recursive-include src *.h *.c
+include buildenv.in
include src/config.h.in
include *.py
-include configure configure.ac
+include configure