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:
Antonio Ospite 2019-02-01 17:05:23 +01:00 committed by GStreamer Merge Bot
parent 65080e9716
commit 6ac6831ae7

View file

@ -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