add OggFLAC dirs

This commit is contained in:
Josh Coalson
2002-08-07 17:38:08 +00:00
parent 4061aa8f6e
commit c49380d638
4 changed files with 27 additions and 5 deletions

View File

@@ -16,4 +16,8 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
SUBDIRS = FLAC FLAC++ OggFLAC share
if FLaC__HAS_OGG
OGGFLAC_DIRS = OggFLAC OggFLAC++
endif
SUBDIRS = FLAC FLAC++ $(OGGFLAC_DIRS) share