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

Fix wrong rules file

parent eeedc470
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,8 @@ configure-stamp: ...@@ -24,8 +24,8 @@ configure-stamp:
cd sflphone-gtk; ./autogen.sh --prefix=/usr cd sflphone-gtk; ./autogen.sh --prefix=/usr
cd libs/pjproject-1.0.1; ./configure cd libs/pjproject-1.0.1; ./configure
touch configure-stamp touch configure-stamp
cd libs/dbus-c++; ./configure cd libs/dbus-c++; ./autogen.sh; ./configure
cd libs/libiax2; ./configure cd libs/libiax2; ./gen.sh; ./configure
#Architecture #Architecture
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment