mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
tests: Move -DGES_TEST_FILES_PATH to common_cflags
As it is needed to build the utils lib
This commit is contained in:
parent
c0d40737a9
commit
e619a9858d
1 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,7 @@ install-pluginLTLIBRARIES:
|
|||
CLEANFILES = core.* test-registry.* *.gcno *.gcda
|
||||
|
||||
common_cflags=-I$(top_srcdir) $(GST_PLUGINS_BASE_CFLAGS) $(GST_OBJ_CFLAGS) \
|
||||
-DGES_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
|
||||
$(GST_CHECK_CFLAGS) $(GST_OPTION_CFLAGS) $(GST_CFLAGS)
|
||||
common_ldadd=$(top_builddir)/ges/libges-@GST_API_VERSION@.la \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) \
|
||||
|
@ -67,8 +68,7 @@ noinst_HEADERS=$(testutils_noinst_headers)
|
|||
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
AM_CFLAGS = $(common_cflags) -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS \
|
||||
-DGES_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
|
||||
AM_CFLAGS = $(common_cflags) -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
|
||||
LDADD = $(common_ldadd) libtestutils.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
|
Loading…
Reference in a new issue