Skip to content
Snippets Groups Projects
Commit fe77ac04 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

make distclean in hudson

parent 5c692e59
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ set -x
# Compile the daemon
pushd daemon
make distclean
./autogen.sh
# Compile pjproject first
pushd libs/pjproject
......@@ -33,6 +34,7 @@ popd
# Compile the client
pushd gnome
make distclean
./autogen.sh
./configure --prefix=/usr
make clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment