diff --git a/tools/build-system/launchpad/sflphone-daemon-video/debian/rules b/tools/build-system/launchpad/sflphone-daemon-video/debian/rules index d1bba5389049146b79c41b55cff459707c961fda..03eb67e044de504a6b8e87a4e828732eff5daea1 100755 --- a/tools/build-system/launchpad/sflphone-daemon-video/debian/rules +++ b/tools/build-system/launchpad/sflphone-daemon-video/debian/rules @@ -21,7 +21,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. # build iax and opendht with contrib since they are not packaged - cd contrib && mkdir -p native && cd native && ../bootstrap && make .iax && make .dht cd ../.. + cd contrib && mkdir -p native && cd native && ../bootstrap && make .iax && make .dht && cd ../.. ./autogen.sh ./configure --prefix=/usr touch configure-stamp