Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
1c00851a
Commit
1c00851a
authored
Feb 02, 2005
by
Josh Coalson
Browse files
need to link libiconv
parent
91ccea96
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugin_xmms/Makefile.am
View file @
1c00851a
...
...
@@ -63,5 +63,6 @@ libxmms_flac_la_LIBADD = \
$(top_builddir)
/src/share/utf8/libutf8.la
\
$(top_builddir)
/src/libFLAC/libFLAC.la
\
-L
$(top_builddir)
/src/libFLAC/.libs
\
@XMMS_LIBS@
@XMMS_LIBS@
\
@LIBICONV@
libxmms_flac_la_LDFLAGS
=
-module
-avoid-version
src/plugin_xmms/Makefile.lite
View file @
1c00851a
...
...
@@ -24,7 +24,7 @@ topdir = ../..
LIB_NAME
=
libxmms-flac
INCLUDES
=
$(
shell
xmms-config
--cflags
)
-I
./include
-I
$(topdir)
/include
-I
..
# refer to the static libs explicitly
LIBS
=
$(topdir)
/obj/
$(BUILD)
/lib/libFLAC.a
$(topdir)
/obj/
$(BUILD)
/lib/libplugin_common.a
$(topdir)
/obj/
$(BUILD)
/lib/libgrabbag.a
$(topdir)
/obj/
$(BUILD)
/lib/libreplaygain_analysis.a
$(topdir)
/obj/
$(BUILD)
/lib/libreplaygain_synthesis.a
-lstdc
++
-lz
LIBS
=
$(topdir)
/obj/
$(BUILD)
/lib/libFLAC.a
$(topdir)
/obj/
$(BUILD)
/lib/libplugin_common.a
$(topdir)
/obj/
$(BUILD)
/lib/libgrabbag.a
$(topdir)
/obj/
$(BUILD)
/lib/libreplaygain_analysis.a
$(topdir)
/obj/
$(BUILD)
/lib/libreplaygain_synthesis.a
-L
$(ICONV_LIB_DIR)
-liconv
-lstdc
++
-lz
SRCS_C
=
\
charset.c
\
...
...
Write
Preview
Markdown
is supported
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