From f57c5bdcf9eec8b7ecfe94c53503bb3aaba2e264 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Sun, 2 Nov 2008 19:59:38 +0100 Subject: [PATCH] add -no-undefined for WinCE --- modules/common.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/common.am b/modules/common.am index 390362797a..233e17a384 100644 --- a/modules/common.am +++ b/modules/common.am @@ -28,6 +28,11 @@ if HAVE_WIN32 AM_LDFLAGS += -no-undefined AM_LIBADD += $(LTLIBVLCCORE) endif +if HAVE_WINCE +# Same for Windows CE +AM_LDFLAGS += -no-undefined +AM_LIBADD += $(LTLIBVLCCORE) +endif include $(srcdir)/Modules.am -- 2.39.2