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

Fix wrong rules file

parent eeedc470
Branches
Tags
No related merge requests found
......@@ -24,8 +24,8 @@ configure-stamp:
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/dbus-c++; ./autogen.sh; ./configure
cd libs/libiax2; ./gen.sh; ./configure
#Architecture
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment