mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
make: include common/win32.mak
With the addition of the .def file for libges 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=774641
This commit is contained in:
parent
119871b8f0
commit
b5cda44417
3 changed files with 6 additions and 3 deletions
|
@ -11,12 +11,13 @@ SUBDIRS = ges tests tools common m4 pkgconfig docs bindings plugins $(EXAMPLES_S
|
||||||
DIST_SUBDIRS = $(SUBDIRS)
|
DIST_SUBDIRS = $(SUBDIRS)
|
||||||
|
|
||||||
# include before EXTRA_DIST for win32 assignment
|
# include before EXTRA_DIST for win32 assignment
|
||||||
#include $(top_srcdir)/common/win32.mak
|
include $(top_srcdir)/common/win32.mak
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gst-editing-services.spec depcomp \
|
gst-editing-services.spec depcomp \
|
||||||
AUTHORS COPYING NEWS README RELEASE \
|
AUTHORS COPYING NEWS README RELEASE \
|
||||||
ChangeLog autogen.sh gst-editing-services.doap
|
ChangeLog autogen.sh gst-editing-services.doap \
|
||||||
|
$(win32)
|
||||||
|
|
||||||
DISTCLEANFILES = _stdint.h
|
DISTCLEANFILES = _stdint.h
|
||||||
|
|
||||||
|
|
2
win32/MANIFEST
Normal file
2
win32/MANIFEST
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
win32/MANIFEST
|
||||||
|
win32/common/libges.def
|
|
@ -2,7 +2,7 @@ EXPORTS
|
||||||
_ges_container_get_priority_offset
|
_ges_container_get_priority_offset
|
||||||
_ges_container_set_height
|
_ges_container_set_height
|
||||||
_ges_container_set_priority_offset
|
_ges_container_set_priority_offset
|
||||||
_ges_debug
|
_ges_debug DATA
|
||||||
ges_add_missing_uri_relocation_uri
|
ges_add_missing_uri_relocation_uri
|
||||||
ges_asset_cache_lookup
|
ges_asset_cache_lookup
|
||||||
ges_asset_extract
|
ges_asset_extract
|
||||||
|
|
Loading…
Reference in a new issue