summaryrefslogtreecommitdiff
path: root/asn1/Makefile.inc
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-10-31 12:26:15 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-10-31 12:26:15 +0000
commitf3f13f36b59c43ff3fa028ba65cec753b88fb86f (patch)
tree216b0f0396da4350d2f435c7ea719e8dc6b21df8 /asn1/Makefile.inc
parent8e200fbd29c3cea4c3d804c214fbb47a6cde7c6d (diff)
downloadwireshark-f3f13f36b59c43ff3fa028ba65cec753b88fb86f.tar.gz
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
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)