diff options
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | ext/Makefile.am | 7 |
3 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org> + + * ext/Makefile.am: + alphabets, so hard to master. Should fix distcheck. + 2005-11-25 Edgard Lima <edgard.lima@indt.org.br> * configure.ac: diff --git a/common b/common -Subproject c04ad83a0c184fcd311de39371570b9e773a60d +Subproject b0b08bcd66ca385364b6f90663585b09693aec6 diff --git a/ext/Makefile.am b/ext/Makefile.am index f6fe9c87..7d8b800c 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -231,12 +231,11 @@ SUBDIRS=\ $(XVID_DIR) DIST_SUBDIRS= \ + directfb \ faac \ faad \ gsm \ + ivorbis musepack \ sdl \ - directfb \ - musepack \ - wavpack \ - ivorbis + wavpack |