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
Xiph.Org
flac
Commits
d9c2e00a
Commit
d9c2e00a
authored
Jul 20, 2001
by
Josh Coalson
Browse files
move @XMMS_LIBS@ to the end of libxmms_flac_la_LIBADD
parent
9bab041a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugin_xmms/Makefile.am
View file @
d9c2e00a
...
...
@@ -26,5 +26,6 @@ LIBTOOL = $(top_builddir)/libtool-disable-static
xmmsinputplugin_LTLIBRARIES
=
libxmms-flac.la
libxmms_flac_la_SOURCES
=
plugin.c
libxmms_flac_la_LIBADD
=
@XMMS_LIBS@
$(top_builddir)
/src/libFLAC/libFLAC.la
libxmms_flac_la_LIBADD
=
$(top_builddir)
/src/libFLAC/libFLAC.la @XMMS_LIBS@
#libxmms_flac_la_LIBADD = -L$(top_builddir)/src/libFLAC/.libs -lFLAC @XMMS_LIBS@
libxmms_flac_la_LDFLAGS
=
-module
-avoid-version
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