From 665a2e732bb61db48012da7024024dd8bda9e5d3 Mon Sep 17 00:00:00 2001 From: Scott D Phillips Date: Fri, 18 Nov 2016 10:06:14 -0800 Subject: [PATCH] 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 --- validate/Makefile.am | 6 +++++- validate/win32/MANIFEST | 2 ++ {win32 => validate/win32}/common/libgstvalidate.def | 7 +++---- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 validate/win32/MANIFEST rename {win32 => validate/win32}/common/libgstvalidate.def (98%) diff --git a/validate/Makefile.am b/validate/Makefile.am index a035b92dd7..49b731783b 100644 --- a/validate/Makefile.am +++ b/validate/Makefile.am @@ -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 diff --git a/validate/win32/MANIFEST b/validate/win32/MANIFEST new file mode 100644 index 0000000000..34aadd1c52 --- /dev/null +++ b/validate/win32/MANIFEST @@ -0,0 +1,2 @@ +win32/MANIFEST +win32/common/libgstvalidate.def diff --git a/win32/common/libgstvalidate.def b/validate/win32/common/libgstvalidate.def similarity index 98% rename from win32/common/libgstvalidate.def rename to validate/win32/common/libgstvalidate.def index f8266b3698..042b47d68f 100644 --- a/win32/common/libgstvalidate.def +++ b/validate/win32/common/libgstvalidate.def @@ -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