summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-05-18 10:27:25 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-05-18 10:27:25 +0000
commit7cf902c4b40219e9b7e44ef24defec0c57014d11 (patch)
treee806b85fbf80b2f820d0385d24403bf5dea9c7c5 /docs/Makefile.am
parent68274949197be739ff3b51f9e4e092e002055324 (diff)
downloadgstreamer-plugins-bad-7cf902c4b40219e9b7e44ef24defec0c57014d11.tar.gz
docs/Makefile.am: Oops - fix the spelling of the variable I added.
Original commit message from CVS: * docs/Makefile.am: Oops - fix the spelling of the variable I added.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 762d93b20..7af47d43f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,7 +1,7 @@
if ENABLE_PLUGIN_DOCS
-PLUGIN_DOCS_DIRS = plugins
+PLUGINS_DOCS_DIRS = plugins
else
-PLUGIN_DOCS_DIRS =
+PLUGINS_DOCS_DIRS =
endif
if ENABLE_GTK_DOC