mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
gst-project-maker: fix comment referring to plug-in instead of program
Fix the comment in $basedir/tools/Makefile.am which wrongly refers to plug-in while the file in tool/ is about the executable program. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/184>
This commit is contained in:
parent
65080e9716
commit
6ac6831ae7
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ mkdir -p $basedir/tools
|
|||
cat >$basedir/tools/Makefile.am <<EOF
|
||||
bin_PROGRAMS = ${gst__replace}
|
||||
|
||||
# sources used to compile this plug-in
|
||||
# sources used to compile this program
|
||||
${gst_replace}_SOURCES = ${gstreplace}.c
|
||||
|
||||
# compiler and linker flags used to compile the program, set in configure.ac
|
||||
|
|
Loading…
Reference in a new issue