big rework

This commit is contained in:
Josh Coalson
2002-08-27 05:36:09 +00:00
parent 162b8a36ec
commit b5cc55f312
8 changed files with 139 additions and 29 deletions

View File

@@ -9,11 +9,17 @@ noinst_LIBRARIES = libplugin-common.a
noinst_HEADERS = \
all.h \
canonical_tag.h \
dither.h
charset.h \
dither.h \
id3v1.h \
id3v2.h
libplugin_common_a_SOURCES = \
canonical_tag.c \
dither.c
charset.c \
dither.c \
id3v1.c \
id3v2.c
EXTRA_DIST = \
Makefile.lite \