From: Geoffroy Couprie Date: Sat, 3 Jan 2009 00:34:30 +0000 (+0100) Subject: WinCE: use -avoid-version for libvlc and libvlccore X-Git-Tag: 1.0.0-pre1~1578 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=740567b533cb37f3a28d7186ff00ebcfdc4253be;p=vlc WinCE: use -avoid-version for libvlc and libvlccore --- diff --git a/src/Makefile.am b/src/Makefile.am index 8507f90ab6..0fe5b54464 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -167,6 +167,9 @@ AM_LDFLAGS = -no-undefined if HAVE_WIN32 AM_LDFLAGS += -avoid-version endif +if HAVE_WINCE +AM_LDFLAGS += -avoid-version +endif libvlccore_la_SOURCES = $(SOURCES_libvlc) nodist_libvlccore_la_SOURCES = misc/revision.c