srcfile isn't in yet, so i changed that also, i wrote some of this stuff :)
authorAndy Wingo <wingo@pobox.com>
Thu, 20 Dec 2001 21:18:36 +0000 (21:18 +0000)
committerAndy Wingo <wingo@pobox.com>
Thu, 20 Dec 2001 21:18:36 +0000 (21:18 +0000)
Original commit message from CVS:
srcfile isn't in yet, so i changed that
also, i wrote some of this stuff :)

AUTHORS
autogen.sh

diff --git a/AUTHORS b/AUTHORS
index 46e075c2ffb758c6dd97874d537d0772a93154dc..4fc2a9eafa95c1859487e37d0b41a9a78691a9a3 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -11,4 +11,4 @@ Thomas Nyberg <thomas@codefactory.se>
 Bastien Nocera <hadess@hadess.net>
 Christian Fredrik Kalager Schaller <Uraeus@linuxrising.org>
 Thomas Vander Stichele <thomas@apestaart.org>
-
+Andy Wingo <wingo@pobox.com>
index c1648d22f3936de3c911210455610c7547fdaffa..78c2cac12c09399b013a73c6764bd0f96267d4bf 100755 (executable)
@@ -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