rename plugin-common lib to plugin_common

This commit is contained in:
Josh Coalson 2002-09-04 07:56:44 +00:00
parent 07414eb2ce
commit 5e8e25d580
4 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)/include
noinst_LIBRARIES = libplugin-common.a
noinst_LIBRARIES = libplugin_common.a
noinst_HEADERS = \
all.h \

View File

@ -2,7 +2,7 @@
# GNU makefile
#
LIB_NAME = libplugin-common
LIB_NAME = libplugin_common
INCLUDES = -I../../include -I$(HOME)/local/include
DEFINES = -DFLAC__HAS_ID3LIB -DID3LIB_MAJOR=3 -DID3LIB_MINOR=8 -DID3LIB_PATCH=0

View File

@ -18,11 +18,11 @@ C_FILES= \
OBJS= $(C_FILES:.c=.obj)
all: plugin-common.lib
all: plugin_common.lib
plugin-common.lib: $(OBJS)
plugin_common.lib: $(OBJS)
link.exe -lib /nodefaultlib -out:../../obj/lib/$*.lib $(OBJS)
clean:
-del *.obj *.pch
-del ..\..\obj\lib\plugin-common.lib ..\..\obj\lib\plugin-common.pdb
-del ..\..\obj\lib\plugin_common.lib ..\..\obj\lib\plugin_common.pdb

View File

@ -21,7 +21,7 @@
LIB_NAME = libxmms-flac
INCLUDES = $(shell xmms-config --cflags) -I./include -I../../include -I..
LIBS = ../../obj/lib/libFLAC.a ../../obj/lib/libplugin-common.a
LIBS = ../../obj/lib/libFLAC.a ../../obj/lib/libplugin_common.a
OBJS = \
charset.o \