summaryrefslogtreecommitdiff
path: root/autogen.sh
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
commit3b523f7162ffc13ca6e622abf4c9503bebb0052e (patch)
tree423eca300f0ee62c92373a86da0e0b0e00e517f8 /autogen.sh
parenta221ccfed759c3e640b7361843440f4b8f67240b (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 :)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index c1648d22f3..78c2cac12c 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