diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-28 15:19:33 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-28 15:19:33 +0000 |
commit | f361f010528703b0d2f5154ab93ae6aec0d4f84e (patch) | |
tree | 9eb6692510f828c64a1debc1cd0a51a5758fc101 | |
parent | ebd71c2faee2333424e74a24bc8fb6f1efdee4fa (diff) | |
download | gst-plugins-bad-f361f010528703b0d2f5154ab93ae6aec0d4f84e.tar.gz gst-plugins-bad-f361f010528703b0d2f5154ab93ae6aec0d4f84e.tar.bz2 gst-plugins-bad-f361f010528703b0d2f5154ab93ae6aec0d4f84e.zip |
fix makefile
Original commit message from CVS:
fix makefile
-rw-r--r-- | ext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 7d8b800c..16d56191 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -235,7 +235,7 @@ DIST_SUBDIRS= \ faac \ faad \ gsm \ - ivorbis + ivorbis \ musepack \ sdl \ wavpack |