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:
Scott D Phillips 2016-11-18 10:06:14 -08:00 committed by Sebastian Dröge
parent 55d0e7a607
commit 665a2e732b
3 changed files with 10 additions and 5 deletions

View file

@ -20,11 +20,15 @@ supps_DATA = \
common/gst.supp \
data/gstvalidate.supp
# include before EXTRA_DIST for win32 assignment
include $(top_srcdir)/common/win32.mak
EXTRA_DIST = \
ChangeLog autogen.sh depcomp \
COPYING \
common/gst.supp \
data/gstvalidate.supp
data/gstvalidate.supp \
$(win32)
ACLOCAL_AMFLAGS = -I m4 -I common/m4

2
validate/win32/MANIFEST Normal file
View file

@ -0,0 +1,2 @@
win32/MANIFEST
win32/common/libgstvalidate.def

View file

@ -1,7 +1,7 @@
EXPORTS
_gst_validate_action_type
_gst_validate_action_type_type
_gst_validate_report_type
_gst_validate_action_type DATA
_gst_validate_action_type_type DATA
_gst_validate_report_type DATA
gst_validate_action_get_clocktime
gst_validate_action_get_scenario
gst_validate_action_get_type
@ -155,4 +155,3 @@ EXPORTS
gst_validate_utils_get_clocktime
gst_validate_utils_parse_expression
gst_validate_utils_structs_parse_from_filename
gstvalidate_debug