debian/rules needs to use supplied makefiles too

git.mgm/mediaproxy-ng/2.0
Richard Fuchs 14 years ago
parent d7598efe40
commit ac9678a73d

4
debian/rules vendored

@ -36,8 +36,8 @@ build: build-stamp
build-stamp:
dh_testdir
cd iptables-extension/ && gcc -O2 -Wall -fPIC -shared -o libxt_MEDIAPROXY.so libxt_MEDIAPROXY.c && cd ..
cd daemon && $(MAKE) && cd ..
make -C iptables-extension
make -C daemon
touch $@
clean:

Loading…
Cancel
Save