diff options
author | Andy Wingo <wingo@pobox.com> | 2001-12-20 21:18:36 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2001-12-20 21:18:36 +0000 |
commit | 0478369605b6c8aa5902fd2594e3619038efd927 (patch) | |
tree | b2ac409a616f9b18b185b748b6a2cde81865bb1e /autogen.sh | |
parent | 51699bbf962ee51a83898013f4e8ad37c37dce7d (diff) | |
download | gstreamer-plugins-bad-0478369605b6c8aa5902fd2594e3619038efd927.tar.gz |
srcfile isn't in yet, so i changed that also, i wrote some of this stuff :)
Original commit message from CVS:
srcfile isn't in yet, so i changed that
also, i wrote some of this stuff :)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index c1648d22f..78c2cac12 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,7 +3,7 @@ DIE=0 package=gstreamer-plugins -srcfile=gst/sinesrc/gstsinesrc.c +srcfile=sys/oss/Makefile.am #DEBUG=defined if test "x$1" = "x-d"; then echo "+ debug output enabled"; DEBUG=defined; fi |