aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ros/Makefile.common
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-24 17:39:31 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-24 17:39:31 +0000
commit07c113df0b24d58d5172e543dc8aeb8b60c4a003 (patch)
tree8dd771a16aeffaaef1194f8ccb38a2073db217ba /asn1/ros/Makefile.common
parent408c03ce9bb0b3f7a2aab9f9b4f1e4c1672f5890 (diff)
Export classes from ROS - hopfully without breaking stuff.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23566 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/ros/Makefile.common')
-rw-r--r--asn1/ros/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/ros/Makefile.common b/asn1/ros/Makefile.common
index 9e7fbf964f..7110aedaf2 100644
--- a/asn1/ros/Makefile.common
+++ b/asn1/ros/Makefile.common
@@ -31,7 +31,8 @@ EXPORT_FILES = $(PROTOCOL_NAME)-exp.cnf
EXT_ASN_FILE_LIST =
-ASN_FILE_LIST = $(PROTOCOL_NAME).asn
+ASN_FILE_LIST = $(PROTOCOL_NAME).asn \
+ Remote-Operations-Information-Objects.asn
# The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
# files do not exist # for all protocols: Please add/remove as required.