mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
don't build checks if we don't have gstcheck
Original commit message from CVS: don't build checks if we don't have gstcheck
This commit is contained in:
parent
f3add756e0
commit
dd8b6e6962
2 changed files with 10 additions and 2 deletions
10
Makefile.am
10
Makefile.am
|
@ -6,18 +6,26 @@ else
|
||||||
GCONF_DIR =
|
GCONF_DIR =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if HAVE_CHECK
|
||||||
|
SUBDIRS_CHECK = check
|
||||||
|
else
|
||||||
|
SUBDIRS_CHECK =
|
||||||
|
endif
|
||||||
|
|
||||||
ALWAYS_SUBDIRS = \
|
ALWAYS_SUBDIRS = \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
check docs \
|
docs \
|
||||||
po \
|
po \
|
||||||
m4 common
|
m4 common
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
$(ALWAYS_SUBDIRS) \
|
$(ALWAYS_SUBDIRS) \
|
||||||
|
$(SUBDIRS_CHECK) \
|
||||||
$(GCONF_DIR)
|
$(GCONF_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS = \
|
DIST_SUBDIRS = \
|
||||||
$(ALWAYS_SUBDIRS) \
|
$(ALWAYS_SUBDIRS) \
|
||||||
|
check \
|
||||||
gconf
|
gconf
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 615cf4d4506ef1ffb1f600c434fced1fa26b0f44
|
Subproject commit 37ed26e33bae9a6ab256c62ebbb9d711374a0abb
|
Loading…
Reference in a new issue