Repair distribution target.
[obnox/wireshark/wip.git] / plugins / mate / Makefile.common
index 97c68c03563717ca40ff34e3ee48958858141ea0..f5d9d764a3e0ae23ce15b16bf5460ff10bd75866 100644 (file)
@@ -30,6 +30,12 @@ PLUGIN_NAME = mate
 DISSECTOR_SRC = \
        packet-mate.c
 
+# corresponding headers
+DISSECTOR_INCLUDES = \
+       mate.h  \
+       mate_grammar.h  \
+       mate_util.h
+
 # Dissector helpers.  They're included in the source files in this
 # directory, but they're not dissectors themselves, i.e. they're not
 # used to generate "register.c").