aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/q932
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/q932
parent6115b7601d823ca4e7e5d14ca400c8fbb8ceeaf5 (diff)
more makefiles changed to new export mechanism
svn path=/trunk/; revision=23132
Diffstat (limited to 'asn1/q932')
-rw-r--r--asn1/q932/Makefile.am1
-rw-r--r--asn1/q932/Makefile.common2
-rw-r--r--asn1/q932/Makefile.nmake3
3 files changed, 5 insertions, 1 deletions
diff --git a/asn1/q932/Makefile.am b/asn1/q932/Makefile.am
index a034690647..462af31e88 100644
--- a/asn1/q932/Makefile.am
+++ b/asn1/q932/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/q932/Makefile.common b/asn1/q932/Makefile.common
index 5a4500cd3c..9d87c3b52f 100644
--- a/asn1/q932/Makefile.common
+++ b/asn1/q932/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 = \
diff --git a/asn1/q932/Makefile.nmake b/asn1/q932/Makefile.nmake
index b3fa922696..5a32997c60 100644
--- a/asn1/q932/Makefile.nmake
+++ b/asn1/q932/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