Browse Source

debian/rules needs to use supplied makefiles too

git.mgm/mediaproxy-ng/2.0
Richard Fuchs 14 years ago
parent
commit
ac9678a73d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      debian/rules

+ 2
- 2
debian/rules View File

@ -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