]> git.sesse.net Git - vlc/blobdiff - Makefile.opts.in
* Fixed the BeOS compile typo.
[vlc] / Makefile.opts.in
index d67870ad7b0e9a69881c7e50560a459f4b5a0716..11771982d019f15f350ff3e1e0e197d463e1dee2 100644 (file)
@@ -213,20 +213,6 @@ LCFLAGS += @LCFLAGS@ $(LIB)
 LCFLAGS += -Wall
 #LCFLAGS += -s
 
-ifeq ($(SYS),beos)
-LCFLAGS += -Xlinker -soname=_APP_
-else
-ifneq (,$(findstring qnx,$(SYS)))
-LCFLAGS += -Xlinker -export-dynamic
-else
-ifneq (,$(findstring darwin,$(SYS)))
-LCFLAGS += -dyn
-else
-LCFLAGS += --export-dynamic
-endif
-endif
-endif
-
 #
 # Debugging and profiling support
 #