diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-19 14:02:50 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-19 14:02:50 +0000 |
commit | 1856a1ba124b58d0b3bfe6e9b1ac57a3b95d5c7b (patch) | |
tree | e9344e61d915652cd6d86a9f7946919b319c1947 | |
parent | 3e777bcedb9ffcd7d766936a34622f9f03d89678 (diff) |
ext/Makefile.am: Dist and recurse into resindvd subdir
Original commit message from CVS:
* ext/Makefile.am:
Dist and recurse into resindvd subdir
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2008-07-19 Jan Schmidt <jan.schmidt@sun.com> + * ext/Makefile.am: + Dist and recurse into resindvd subdir + +2008-07-19 Jan Schmidt <jan.schmidt@sun.com> + * configure.ac: Remove interleave and replaygain configure.ac pieces too diff --git a/ext/Makefile.am b/ext/Makefile.am index f12791778..dfd5e5125 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -308,6 +308,7 @@ SUBDIRS=\ $(DIRECTFB_DIR) \ $(DIVX_DIR) \ $(DTS_DIR) \ + $(DVDNAV_DIR) \ $(FAAC_DIR) \ $(FAAD_DIR) \ $(GSM_DIR) \ @@ -369,6 +370,7 @@ DIST_SUBDIRS = \ nas \ neon \ ofa \ + resindvd \ sdl \ sndfile \ soundtouch \ |