validate: make: include common/win32.mak
With the addition of the .def file for validate we need to make sure the check-export script from common gets executed so that the .def stays up to date. https://bugzilla.gnome.org/show_bug.cgi?id=774638
This commit is contained in:
parent
55d0e7a607
commit
665a2e732b
@ -20,11 +20,15 @@ supps_DATA = \
|
|||||||
common/gst.supp \
|
common/gst.supp \
|
||||||
data/gstvalidate.supp
|
data/gstvalidate.supp
|
||||||
|
|
||||||
|
# include before EXTRA_DIST for win32 assignment
|
||||||
|
include $(top_srcdir)/common/win32.mak
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
ChangeLog autogen.sh depcomp \
|
ChangeLog autogen.sh depcomp \
|
||||||
COPYING \
|
COPYING \
|
||||||
common/gst.supp \
|
common/gst.supp \
|
||||||
data/gstvalidate.supp
|
data/gstvalidate.supp \
|
||||||
|
$(win32)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||||
|
|
||||||
|
2
validate/win32/MANIFEST
Normal file
2
validate/win32/MANIFEST
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
win32/MANIFEST
|
||||||
|
win32/common/libgstvalidate.def
|
@ -1,7 +1,7 @@
|
|||||||
EXPORTS
|
EXPORTS
|
||||||
_gst_validate_action_type
|
_gst_validate_action_type DATA
|
||||||
_gst_validate_action_type_type
|
_gst_validate_action_type_type DATA
|
||||||
_gst_validate_report_type
|
_gst_validate_report_type DATA
|
||||||
gst_validate_action_get_clocktime
|
gst_validate_action_get_clocktime
|
||||||
gst_validate_action_get_scenario
|
gst_validate_action_get_scenario
|
||||||
gst_validate_action_get_type
|
gst_validate_action_get_type
|
||||||
@ -155,4 +155,3 @@ EXPORTS
|
|||||||
gst_validate_utils_get_clocktime
|
gst_validate_utils_get_clocktime
|
||||||
gst_validate_utils_parse_expression
|
gst_validate_utils_parse_expression
|
||||||
gst_validate_utils_structs_parse_from_filename
|
gst_validate_utils_structs_parse_from_filename
|
||||||
gstvalidate_debug
|
|
Loading…
x
Reference in New Issue
Block a user