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

update rules files to fix library configuration order

parent 025798c9
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,12 @@ configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
./autogen.sh --prefix=/usr --with-debug
cd sflphone-gtk; ./autogen.sh --prefix=/usr
cd libs/pjproject-1.0.1; ./configure
touch configure-stamp
cd libs/dbus-c++; ./configure
cd libs/libiax2; ./configure
cd libs/pjproject-1.0.1; ./configure
cd ../.. ; ./autogen.sh --prefix=/usr --with-debug
cd sflphone-gtk; ./autogen.sh --prefix=/usr
touch configure-stamp
#Architecture
......
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