mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 17:14:23 +00:00
docs: remove stray ( in Makefile.am
This commit is contained in:
parent
2b3c3d485b
commit
3df06b55d8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ else
|
||||||
PLUGIN_DOCS_DIRS = plugins
|
PLUGIN_DOCS_DIRS = plugins
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = libs $((PLUGIN_DOCS_DIRS)
|
SUBDIRS = libs $(PLUGIN_DOCS_DIRS)
|
||||||
DIST_SUBDIRS = libs plugins
|
DIST_SUBDIRS = libs plugins
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
|
Loading…
Reference in a new issue