shithub: aacdec

ref: f6620a7381f17eb64e41c2da6665f0ca3dd87d78
dir: /plugins/Makefile.am/

View raw version
if HAVE_MPEG4IP
  if HAVE_XMMS
    SUBDIRS = mpeg4ip xmms
  else
    SUBDIRS = mpeg4ip
  endif
else
  if HAVE_XMMS
    SUBDIRS = xmms
  else
    SUBDIRS =
  endif
endif