mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
we went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment out both
Original commit message from CVS: we went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment out both SUBDIRS and DIST_SUBDIRS
This commit is contained in:
parent
d98fd46ba5
commit
16d635f2fd
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
SUBDIRS=##autoplug
|
||||
DIST_SUBDIRS=##autoplug
|
||||
#SUBDIRS=##autoplug
|
||||
#DIST_SUBDIRS=##autoplug
|
||||
|
||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUBDIRS=##autoplug
|
||||
DIST_SUBDIRS=##autoplug
|
||||
#SUBDIRS=##autoplug
|
||||
#DIST_SUBDIRS=##autoplug
|
||||
|
||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||
|
||||
|
|
Loading…
Reference in a new issue