[MPlayer-cvslog] r22597 - trunk/libdha/Makefile
diego
subversion at mplayerhq.hu
Thu Mar 15 09:49:56 CET 2007
Author: diego
Date: Thu Mar 15 09:49:56 2007
New Revision: 22597
Modified:
trunk/libdha/Makefile
Log:
Rename LIBS variable to more standard name EXTRALIBS.
Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile (original)
+++ trunk/libdha/Makefile Thu Mar 15 09:49:56 2007
@@ -28,7 +28,7 @@ CFLAGS = -fPIC -I. -I.. $(OPTFLAGS)
ifeq ($(TARGET_OS),OpenBSD)
ifeq ($(TARGET_ARCH_X86),yes)
-LIBS += -li386
+EXTRALIBS += -li386
endif
endif
@@ -45,7 +45,7 @@ $(LIBNAME): $(OBJS_MPLAYER)
ifeq ($(TARGET_WIN32),yes)
$(AR) r $@ $^
else
- $(CC) -shared -Wl,-soname -Wl,$@ -o $@ $^ $(LIBS)
+ $(CC) -shared -Wl,-soname -Wl,$@ -o $@ $^ $(EXTRALIBS)
ln -sf $@ $(SHORTNAME)
ln -sf $@ $(VSHORTNAME)
endif
More information about the MPlayer-cvslog
mailing list