Convert a few more dissectors to wmem
[metze/wireshark/wip.git] / asn1 / Makefile.inc
index b34e55b27fe532aab55dde96fc64f173d9b8a61b..6c59cfcadd643e3910abe4c9ec4a75b3c4f3d45a 100644 (file)
@@ -19,7 +19,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 DISSECTOR = $(top_srcdir)/epan/dissectors/packet-$(PROTOCOL_NAME).c
 # This header file need not exist/get generated.  It is only used when cleaning.
@@ -32,7 +32,7 @@ generate_export: $(EXPORT_FILES)
 PROTO_OPT ?= -p $(PROTOCOL_NAME)
 
 $(DISSECTOR): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF)
-       python $(top_srcdir)/tools/asn2wrs.py \
+       $(PYTHON) $(top_srcdir)/tools/asn2wrs.py \
                $(A2W_FLAGS) \
                $(PROTO_OPT) \
                -c $(srcdir)/$(PROTOCOL_NAME).cnf \
@@ -42,7 +42,7 @@ $(DISSECTOR): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF)
                $(EXT_ASN_FILE_LIST) $(ASN_FILE_LIST) $(EXT_ASN_FILE_LIST_LATE)
 
 $(EXPORT_FILES): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES)
-       python $(top_srcdir)/tools/asn2wrs.py \
+       $(PYTHON) $(top_srcdir)/tools/asn2wrs.py \
                -E $(A2W_FLAGS) \
                $(PROTO_OPT) \
                -c $(srcdir)/$(PROTOCOL_NAME).cnf \
@@ -50,7 +50,7 @@ $(EXPORT_FILES): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES)
                $(EXT_ASN_FILE_LIST) $(ASN_FILE_LIST) $(EXT_ASN_FILE_LIST_LATE)
 
 # Don't clean these up until/unless we start building them...
-#$(DISSECTOR) \
+#$(DISSECTOR)
 #$(DISSECTOR_HEADER)
 CLEANFILES = \
        parsetab.py \