aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450-ros/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h450-ros/Makefile.common')
-rw-r--r--asn1/h450-ros/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/asn1/h450-ros/Makefile.common b/asn1/h450-ros/Makefile.common
index be4e651385..6537df665c 100644
--- a/asn1/h450-ros/Makefile.common
+++ b/asn1/h450-ros/Makefile.common
@@ -25,7 +25,8 @@ PROTOCOL_NAME = h450-ros
# The file needs to use h450 for the filter elements etc
PROTO_OPT = -p h450.ros
-EXPORT_FILES = $(PROTOCOL_NAME)-exp.cnf
+EXPORT_FILES = \
+ $(PROTOCOL_NAME)-exp.cnf
EXT_ASN_FILE_LIST = ../ros/Remote-Operations-Information-Objects.asn
@@ -51,3 +52,4 @@ EXTRA_CNF = \
$(builddir)/../ros/ros-res.cnf \
$(builddir)/../ros/ros-err.cnf \
$(builddir)/../ros/ros-rej.cnf
+