Added a "all" target to rebuild all asn1 dissectors.

Currently this fails for kerberos and x721, because they shall not be build.
Maybe we should add some sort of disable build for them.

svn path=/trunk/; revision=34734
This commit is contained in:
Stig Bjørlykke 2010-10-31 12:26:15 +00:00
parent 8e200fbd29
commit f3f13f36b5
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
all: copy_files
generate_dissector: $(DISSECTOR_FILES)
generate_export: $(EXPORT_FILES)