mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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
|
||||
endif
|
||||
|
||||
SUBDIRS = libs $((PLUGIN_DOCS_DIRS)
|
||||
SUBDIRS = libs $(PLUGIN_DOCS_DIRS)
|
||||
DIST_SUBDIRS = libs plugins
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
|
Loading…
Reference in a new issue