diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e1d6519..84a89c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,7 +127,11 @@ EXTRA_DIST = \ contrib \ debug \ plugin \ - management + management \ + images \ + ieproxy.c \ + ieproxy.h \ + domake-win dist-hook: cd $(distdir) && for i in $(EXTRA_DIST) ; do find $$i -name .svn -type d -prune -exec rm -rf '{}' ';' ; rm -f `find $$i -type f | grep -E '(^|\/)\.?\#|\~$$|\.s?o$$'` ; done |