aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-10-14 11:58:04 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-10-14 11:58:04 +0000
commit3f59b298ed9f335b2611b7e0dda3a6eb0e3b2540 (patch)
treec68d22c369fe50518d0dbef4d977b838e0e944bc /asn1
parentcf40bd9747c3cdd7caa96b0c0c65d2a6b50ddb9c (diff)
Added goose to makefiles.
svn path=/trunk/; revision=26448
Diffstat (limited to 'asn1')
-rw-r--r--asn1/Makefile.am1
-rw-r--r--asn1/Makefile.nmake3
2 files changed, 4 insertions, 0 deletions
diff --git a/asn1/Makefile.am b/asn1/Makefile.am
index cb30f97552..5b3452c9df 100644
--- a/asn1/Makefile.am
+++ b/asn1/Makefile.am
@@ -38,6 +38,7 @@ SUBDIRS = \
ess \
ftam \
gnm \
+ goose \
gsmmap \
h225 \
h235 \
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index 18802dee59..53ef1905af 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -145,6 +145,9 @@ clean:
cd ftam
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
+ cd goose
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+ cd ..
cd gnm
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..