r22597 - trunk/libdha/Makefile
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
participants (1)
-
diego