diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-05 15:06:40 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-05 15:06:40 +0000 |
commit | ea9531ab70bec630e4ad7209bcd808ac4df126bd (patch) | |
tree | 4641f7a25a5e190bc183eddbb63ecb263648a36b /autogen.sh | |
parent | 790c0598677fd3edac13cdca8adf446ba0f5d868 (diff) |
fix build so you can make dist and create rpms
Original commit message from CVS:
fix build so you can make dist and create rpms
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # Run this to generate all the initial makefiles, etc. DIE=0 -package=gst-plugins +package=gst-plugins-base srcfile=gst/sine/gstsinesrc.c # a quick cvs co if necessary to alleviate the pain - may remove this |