Added goose to makefiles.

svn path=/trunk/; revision=26448
This commit is contained in:
Stig Bjørlykke 2008-10-14 11:58:04 +00:00
parent cf40bd9747
commit 3f59b298ed
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@ SUBDIRS = \
ess \
ftam \
gnm \
goose \
gsmmap \
h225 \
h235 \

View File

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