summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2001-12-20 21:18:36 +0000
committerAndy Wingo <wingo@pobox.com>2001-12-20 21:18:36 +0000
commit3ffd4f5267b0ef51533cc39eaeb28e56e621477f (patch)
treed1ed73487faf814db79ec1a4d1760749c12643ec
parent12e4f309b211e0e0395f862eeb9dce424b3e0c5c (diff)
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 :)
-rw-r--r--AUTHORS2
-rwxr-xr-xautogen.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 46e075c2..4fc2a9ea 100644
--- 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>
diff --git a/autogen.sh b/autogen.sh
index c1648d22..78c2cac1 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