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 46e075c..4fc2a9e 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 c1648d2..78c2cac 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