diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 057b789..0f330dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,6 +49,7 @@ binary: -x BaseHTTPServer \ -x ConfigParser \ -x FixTk \ + -x MySQLdb \ -x SocketServer \ -x StringIO \ -x Tkconstants \ @@ -141,6 +142,7 @@ binary: clean: rm -rf src/*; mkdir -p src/ + find -type f -name "*.pyo" -o -name "*.pyc" -delete execdir = $(sbindir) |