aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/q932
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-10 10:56:17 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-10 10:56:17 +0000
commitf13c6488270ef00f7b792ffaad37bfc172255c68 (patch)
treec371c9e2e1f3035cf6db25ad1b25ec93c7764acd /asn1/q932
parent3d97e5835bf70c307234f30f3b1cace1a78abc08 (diff)
more makefiles changed to new export mechanism
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23132 f5534014-38df-0310-8fa8-9805f1628bb7
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