diff audacious/Makefile.in @ 1109:95365899992e trunk

[svn] - audacious should pick runtime library up from ${libdir}. - fix for chardet combobox bug. now combox will be drawn appropriately even if config file doesn't have chardet_detector.
author yaz
date Sun, 28 May 2006 08:27:54 -0700
parents f12a2a0556cf
children d03157b6b5dd
line wrap: on
line diff
--- a/audacious/Makefile.in	Sat May 27 13:26:29 2006 -0700
+++ b/audacious/Makefile.in	Sun May 28 08:27:54 2006 -0700
@@ -101,5 +101,5 @@
 	fi;
 
 audacious: $(OBJECTS)
-	$(CC) $(LDFLAGS) $(OBJECTS) $(LDADD) -o $@
+	$(CC) $(LDFLAGS) $(OBJECTS) $(LDADD) -o $@ -Wl,-rpath,${libdir}
 	@printf "%10s     %-20s\n" LINK $@