diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-28 14:50:44 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-28 14:50:44 +0000 |
commit | ebd71c2faee2333424e74a24bc8fb6f1efdee4fa (patch) | |
tree | b764933aaa302c3da73eb2ff34eeb1f0f0a13453 | |
parent | bcf0592ddaa5f46027addbbea2f5f8e2164d69f4 (diff) | |
download | gst-plugins-bad-ebd71c2faee2333424e74a24bc8fb6f1efdee4fa.tar.gz gst-plugins-bad-ebd71c2faee2333424e74a24bc8fb6f1efdee4fa.tar.bz2 gst-plugins-bad-ebd71c2faee2333424e74a24bc8fb6f1efdee4fa.zip |
ext/Makefile.am: alphabets, so hard to master. Should fix distcheck.
Original commit message from CVS:
* ext/Makefile.am:
alphabets, so hard to master. Should fix distcheck.
-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 |