summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-01-08 13:18:55 +0100
committerWim Taymans <wim@wtay.(none)>2009-01-08 13:18:55 +0100
commit78893957870ab6146d3bcf9add9a94e111803d2f (patch)
tree15323fe00725b3a9d1f3a9527c8e0178a1b19651 /autogen.sh
parentc91ec684e973e15699e8f6e08945ee0cf8df4571 (diff)
Split in library and example program
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 0a8c579..737032a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,7 +3,7 @@
DIE=0
package=gst-rtsp
-srcfile=src/rtsp-server.c
+srcfile=gst/rtsp-server/rtsp-server.c
# a quick cvs co to ease the transition
if test ! -d common;