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

fix pjsip dep

parent 2478fc6b
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ configure-stamp: ...@@ -22,6 +22,7 @@ configure-stamp:
# Add here commands to configure the package. # Add here commands to configure the package.
./autogen.sh --prefix=/usr ./autogen.sh --prefix=/usr
cd sflphone-gtk; ./autogen.sh --prefix=/usr cd sflphone-gtk; ./autogen.sh --prefix=/usr
cd libs/pjproject-1.0.1; ./configure
touch configure-stamp touch configure-stamp
...@@ -34,6 +35,7 @@ build-arch-stamp: configure-stamp ...@@ -34,6 +35,7 @@ build-arch-stamp: configure-stamp
# Add here commands to compile the arch part of the package. # Add here commands to compile the arch part of the package.
$(MAKE) $(MAKE)
cd sflphone-gtk; make cd sflphone-gtk; make
cd libs/pjproject-1.0.1; $(MAKE) dep; $(MAKE)
touch $@ touch $@
build-indep: build-indep-stamp build-indep: build-indep-stamp
...@@ -74,6 +76,7 @@ install-arch: ...@@ -74,6 +76,7 @@ install-arch:
# debian/tmp. # debian/tmp.
$(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install
cd sflphone-gtk; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install cd sflphone-gtk; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install
cd libs/pjproject-1.0.1; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install
rm -rf $(CURDIR)/debian/$(package)/usr/include rm -rf $(CURDIR)/debian/$(package)/usr/include
dh_install -s dh_install -s
# Must not depend on anything. This is to be called by # Must not depend on anything. This is to be called by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment