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 ..