diff options
author | Anders Broman <anders.broman@ericsson.com> | 2008-10-14 19:06:53 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2008-10-14 19:06:53 +0000 |
commit | f9172ec5aaf68074cb2a21c5710d9bec128797bc (patch) | |
tree | 939d4dafc399458cfc60090073961d1635bd3cae /asn1/Makefile.nmake | |
parent | 917c0916692b5c988509dcbf2755eb0aa212fdf4 (diff) | |
download | wireshark-f9172ec5aaf68074cb2a21c5710d9bec128797bc.tar.gz wireshark-f9172ec5aaf68074cb2a21c5710d9bec128797bc.tar.bz2 wireshark-f9172ec5aaf68074cb2a21c5710d9bec128797bc.zip |
gosse updates.
svn path=/trunk/; revision=26454
Diffstat (limited to 'asn1/Makefile.nmake')
-rw-r--r-- | asn1/Makefile.nmake | 6 |
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 |