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 /ext | |
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.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
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 |