diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index d5cf99fd..a777e108 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -76,6 +76,12 @@ else DTS_DIR= endif +if USE_METADATA +METADATA_DIR=metadata +else +METADATA_DIR= +endif + if USE_FAAC FAAC_DIR=faac else @@ -322,6 +328,7 @@ DIST_SUBDIRS = \ cdaudio \ dc1394 \ directfb \ + metadata \ faac \ faad \ gio \ |