comparison 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
comparison
equal deleted inserted replaced
1108:9b612dc7079b 1109:95365899992e
99 echo '";' \ 99 echo '";' \
100 ) > build_stamp.c; \ 100 ) > build_stamp.c; \
101 fi; 101 fi;
102 102
103 audacious: $(OBJECTS) 103 audacious: $(OBJECTS)
104 $(CC) $(LDFLAGS) $(OBJECTS) $(LDADD) -o $@ 104 $(CC) $(LDFLAGS) $(OBJECTS) $(LDADD) -o $@ -Wl,-rpath,${libdir}
105 @printf "%10s %-20s\n" LINK $@ 105 @printf "%10s %-20s\n" LINK $@