aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.nmake
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-14 19:06:53 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-14 19:06:53 +0000
commit4826c6a6b04c2cdb6ccdfb7f67b608ff013883ed (patch)
tree939d4dafc399458cfc60090073961d1635bd3cae /asn1/Makefile.nmake
parentc732d769b67fb185c2af7f77cdc53203227fca24 (diff)
gosse updates.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26454 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/Makefile.nmake')
-rw-r--r--asn1/Makefile.nmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index 53ef1905af..ee162f0890 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -41,6 +41,7 @@ ber: \
ess \
ftam \
gnm \
+ goose \
gsmmap \
h248 \
inap \
@@ -413,6 +414,11 @@ gnm::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
+goose::
+ cd goose
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
+ cd ..
+
gsmmap::
cd gsmmap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files