aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h235
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-10-10 10:56:17 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-10-10 10:56:17 +0000
commite8c04c81dacdf380e5751f7ad1f6906cd5bf5758 (patch)
treec371c9e2e1f3035cf6db25ad1b25ec93c7764acd /asn1/h235
parent6115b7601d823ca4e7e5d14ca400c8fbb8ceeaf5 (diff)
more makefiles changed to new export mechanism
svn path=/trunk/; revision=23132
Diffstat (limited to 'asn1/h235')
-rw-r--r--asn1/h235/Makefile.am1
-rw-r--r--asn1/h235/Makefile.common4
-rw-r--r--asn1/h235/Makefile.nmake3
3 files changed, 6 insertions, 2 deletions
diff --git a/asn1/h235/Makefile.am b/asn1/h235/Makefile.am
index a034690647..462af31e88 100644
--- a/asn1/h235/Makefile.am
+++ b/asn1/h235/Makefile.am
@@ -20,6 +20,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+include ../Makefile.preinc
include Makefile.common
include ../Makefile.inc
diff --git a/asn1/h235/Makefile.common b/asn1/h235/Makefile.common
index 7408c2b013..5a3e8cbc5b 100644
--- a/asn1/h235/Makefile.common
+++ b/asn1/h235/Makefile.common
@@ -27,6 +27,8 @@ DISSECTOR_FILES=packet-$(PROTOCOL_NAME).c \
NEED_PACKET_PROTO_H = 1
+EXPORT_FILES = $(PROTOCOL_NAME)-exp.cnf
+
EXT_ASN_FILE_LIST =
ASN_FILE_LIST = \
@@ -45,7 +47,7 @@ SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST)
-A2W_FLAGS=
+A2W_FLAGS = -e
EXTRA_CNF=
diff --git a/asn1/h235/Makefile.nmake b/asn1/h235/Makefile.nmake
index b3fa922696..5a32997c60 100644
--- a/asn1/h235/Makefile.nmake
+++ b/asn1/h235/Makefile.nmake
@@ -22,7 +22,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-include Makefile.common
include ../../config.nmake
+include ../Makefile.preinc.nmake
+include Makefile.common
include ../Makefile.inc.nmake