Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
f8c30087
Commit
f8c30087
authored
Aug 29, 2002
by
Josh Coalson
Browse files
remove the id3v2 references that are now part of plugin_common
parent
d3092d40
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugin_xmms/Makefile.am
View file @
f8c30087
...
...
@@ -26,11 +26,11 @@ EXTRA_DIST = \
noinst_HEADERS
=
\
charset.h
\
configure.h
\
genres.h
\
id3_tag.h
\
mylocale.h
\
wrap_id3.h
INCLUDES
=
./include
CFLAGS
=
@CFLAGS@ @XMMS_CFLAGS@
xmmsinputplugindir
=
@XMMS_INPUT_PLUGIN_DIR@
...
...
@@ -40,10 +40,9 @@ LIBTOOL = $(top_builddir)/libtool-disable-static
xmmsinputplugin_LTLIBRARIES
=
libxmms-flac.la
plugin_sources
=
configure.c charset.c plugin.c wrap_id3.c
id3v2_sources
=
id3_tag.c
if
FLaC__HAS_ID3LIB
libxmms_flac_la_SOURCES
=
$(plugin_sources)
$(id3v2_sources)
libxmms_flac_la_SOURCES
=
$(plugin_sources)
else
libxmms_flac_la_SOURCES
=
$(plugin_sources)
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment