summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAntonio Ospite <ao2@ao2.it>2019-02-01 17:05:23 +0100
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-06-17 14:13:29 +0000
commit6ac6831ae79ed1ecf8e46ffa28129fbc25d80a1d (patch)
tree6669b7cbc94eadabc8e2e3724949b7d00ff826f6 /tools
parent65080e97164e0f65ce38492acab086b161663eaf (diff)
downloadgstreamer-plugins-bad-6ac6831ae79ed1ecf8e46ffa28129fbc25d80a1d.tar.gz
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>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-project-maker2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-project-maker b/tools/gst-project-maker
index 00b4479a4..7d405d04c 100755
--- a/tools/gst-project-maker
+++ b/tools/gst-project-maker
@@ -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