This commit is contained in:
Emmanuel Milou
2012-06-21 15:41:20 -04:00
parent 8a141b34e9
commit 103bd37ede

View File

@ -130,6 +130,7 @@ function build_daemon {
function build_gnome {
# Compile the daemon
pushd daemon
killall sflphoned
make distclean
./autogen.sh
# Compile pjproject first
@ -142,7 +143,7 @@ function build_gnome {
make clean
# Compile src code
make -j
sudo make install
./src/sflphoned&
popd
# Compile the plugins