mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
no test dir
Original commit message from CVS: no test dir
This commit is contained in:
parent
066fa36bf1
commit
83bd7c9c73
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ SUBDIRS_DOCS =
|
|||
endif
|
||||
|
||||
if BUILD_TESTS
|
||||
SUBDIRS_TESTS = test tests testsuite
|
||||
SUBDIRS_TESTS = tests testsuite
|
||||
else
|
||||
SUBDIRS_TESTS =
|
||||
endif
|
||||
|
@ -23,7 +23,7 @@ SUBDIRS = include gst libs tools \
|
|||
$(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS)
|
||||
|
||||
# These are all the possible subdirs
|
||||
DIST_SUBDIRS = include gst libs tools test tests testsuite examples docs
|
||||
DIST_SUBDIRS = include gst libs tools tests testsuite examples docs
|
||||
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue