diff options
-rwxr-xr-x | bindist.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bindist.sh.in b/bindist.sh.in index 55a406a..692a210 100755 --- a/bindist.sh.in +++ b/bindist.sh.in @@ -60,6 +60,7 @@ strip -s modules/logging/* strip -s ./bin/axis2_http_server strip -s ./samples/bin/* -strip -s ./bin/tools/tcpmon +strip -s ./samples/bin/amqp/* +strip -s ./bin/tools/tcpmon/* rm -rf ./lib/pkgconfig |