Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
mathk committed Feb 14, 2011
1 parent 5ccf38a commit 3bb3bdf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ configure
*.star
*.tmp
*.frag
m4
libtool
ltmain.sh
missing
gst
stamp-classes
autom4te.cache
depcomp
install-sh
.libs
.deps
5 changes: 5 additions & 0 deletions gst.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /bin/sh
abs_top_builddir=@abs_top_builddir@
: ${LIBTOOL=$abs_top_builddir/libtool}

exec $LIBTOOL --mode=execute @PACKAGE_DLOPEN_FLAGS@ @GST@ ${1+"$@"}

0 comments on commit 3bb3bdf

Please sign in to comment.