Skip to content
Snippets Groups Projects
Commit cae75730 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

rules file update

parent 535a3651
Branches
Tags
No related merge requests found
...@@ -20,9 +20,9 @@ configure: configure-stamp ...@@ -20,9 +20,9 @@ configure: configure-stamp
configure-stamp: configure-stamp:
dh_testdir dh_testdir
# Add here commands to configure the package. # Add here commands to configure the package.
cd libs/dbus-c++; ./configure cd libs/dbus-c++; ./autogen.sh; ./configure
cd libs/libiax2; ./configure cd ../libiax2; ./gen.sh; ./configure
cd libs/pjproject-1.0.1; ./configure cd ../pjproject-1.0.1; ./configure
cd ../.. ; ./autogen.sh --prefix=/usr --with-debug cd ../.. ; ./autogen.sh --prefix=/usr --with-debug
cd sflphone-gtk; ./autogen.sh --prefix=/usr cd sflphone-gtk; ./autogen.sh --prefix=/usr
touch configure-stamp touch configure-stamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment