mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +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
|
endif
|
||||||
|
|
||||||
if BUILD_TESTS
|
if BUILD_TESTS
|
||||||
SUBDIRS_TESTS = test tests testsuite
|
SUBDIRS_TESTS = tests testsuite
|
||||||
else
|
else
|
||||||
SUBDIRS_TESTS =
|
SUBDIRS_TESTS =
|
||||||
endif
|
endif
|
||||||
|
@ -23,7 +23,7 @@ SUBDIRS = include gst libs tools \
|
||||||
$(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS)
|
$(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS)
|
||||||
|
|
||||||
# These are all the possible subdirs
|
# 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
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
|
Loading…
Reference in a new issue