summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2015-03-25 23:11:09 +0500
committerDaniil Baturin <daniil@baturin.org>2015-03-25 23:11:09 +0500
commit6ac211677f1053d1b79c00f102202942c5878445 (patch)
treedf41940b413c2f45f43cd9cbd8c0179d1395d2f1 /Makefile.am
parente89ecdf103790bde37737377e04b867771aad5f9 (diff)
parent0ca79b8de754d36f4c666a51ca321f7186ca7110 (diff)
downloadvyatta-cfg-qos-6ac211677f1053d1b79c00f102202942c5878445.tar.gz
vyatta-cfg-qos-6ac211677f1053d1b79c00f102202942c5878445.zip
Merge pull request #3 from kouak/u32match
Bug #513 : TCP SYN, TCP ACK, max-len matching
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2f83537..c18e814 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,7 @@ cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \
all-local:
rm -rf $(gentmpdir)
./gen-interface-templates.pl $(gentmpdir)
+ ./gen-qos-match-templates.pl $(gentmpdir)
clean-local:
rm -rf $(gentmpdir)