rename plugin-common lib to plugin_common
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 4 Sep 2002 07:56:44 +0000 (07:56 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 4 Sep 2002 07:56:44 +0000 (07:56 +0000)
src/plugin_common/Makefile.am
src/plugin_common/Makefile.lite
src/plugin_common/Makefile.vc
src/plugin_xmms/Makefile.lite

index 4e92781..7398e5b 100644 (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 \
index ec12e5c..0136bff 100644 (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
 
index 2206013..6154b03 100644 (file)
@@ -18,11 +18,11 @@ C_FILES= \
 \r
 OBJS= $(C_FILES:.c=.obj)\r
 \r
-all: plugin-common.lib\r
+all: plugin_common.lib\r
 \r
-plugin-common.lib: $(OBJS)\r
+plugin_common.lib: $(OBJS)\r
        link.exe -lib /nodefaultlib -out:../../obj/lib/$*.lib $(OBJS)\r
 \r
 clean:\r
        -del *.obj *.pch\r
-       -del ..\..\obj\lib\plugin-common.lib ..\..\obj\lib\plugin-common.pdb\r
+       -del ..\..\obj\lib\plugin_common.lib ..\..\obj\lib\plugin_common.pdb\r
index 0c3c7a6..01f317b 100644 (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 \