commit 924a6198e21250ea944181b9b1493845d7ad509a Author: phantomjinx <p.g.richard...@phantomjinx.co.uk> Date: Sun Jul 18 00:23:48 2010 +0100
Support for future versions of Fedora that require explicit ldl linking src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/src/Makefile.am b/src/Makefile.am index 00b4aca..d90c0de 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -60,7 +60,7 @@ gtkpod_SOURCES = \ rb_rating_helper.c rb_rating_helper.h \ rb_cell_renderer_rating.c rb_cell_renderer_rating.h -gtkpod_LDADD = $(LIBS) -lm $(INTLLIBS) @LIBOBJS@ +gtkpod_LDADD = $(LIBS) -lm $(INTLLIBS) -ldl @LIBOBJS@ EXTRA_DIST = getopt.h ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2