aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.inc
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-31 12:26:15 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-31 12:26:15 +0000
commitbda1d06fbc7759fe04ef08ac0403364ed3dfc5a0 (patch)
tree216b0f0396da4350d2f435c7ea719e8dc6b21df8 /asn1/Makefile.inc
parentc85eff08cfdee40c0640279391345273db6efdef (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34734 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/Makefile.inc')
-rw-r--r--asn1/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1/Makefile.inc b/asn1/Makefile.inc
index 88ec3920d2..e519f6234a 100644
--- a/asn1/Makefile.inc
+++ b/asn1/Makefile.inc
@@ -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)