diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2005-03-06 16:49:16 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2005-03-06 16:49:16 +0000 |
commit | 40132d1fde9ebfdea0638cc6afa2bdc95756ffb2 (patch) | |
tree | 914076a1144485eb4c6d2777d338ca4c52396cc4 /configure.in | |
parent | a0506eb598c4130c8a4a17c33aa28f54854d5407 (diff) | |
download | wireshark-40132d1fde9ebfdea0638cc6afa2bdc95756ffb2.tar.gz wireshark-40132d1fde9ebfdea0638cc6afa2bdc95756ffb2.tar.bz2 wireshark-40132d1fde9ebfdea0638cc6afa2bdc95756ffb2.zip |
Add stats_tree and xml plugins to the build process
svn path=/trunk/; revision=13629
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 79192d3946..b36ad58eb9 100644 --- a/configure.in +++ b/configure.in @@ -1270,7 +1270,9 @@ AC_OUTPUT( plugins/rlm/Makefile plugins/rtnet/Makefile plugins/rudp/Makefile + plugins/stats_tree/Makefile plugins/v5ua/Makefile + plugins/xml/Makefile tools/Makefile tools/lemon/Makefile ,) |