diff src/audacious/Makefile @ 3655:047829635612

- -rpath will be automatically set up when --prefix or --exec-prefix is specified. it can be forced to be disabled through --disable-rpath. - relink audacious if libguess.a is relinked. (do not drop this dependency! thanks.)
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 27 Sep 2007 23:27:30 +0900
parents a5a81f8d6fd7
children db04d0916c22
line wrap: on
line diff
--- a/src/audacious/Makefile	Thu Sep 27 15:23:53 2007 +0200
+++ b/src/audacious/Makefile	Thu Sep 27 23:27:30 2007 +0900
@@ -154,6 +154,7 @@
        ui/carbon-menubar.ui
 
 CLEAN = build_stamp.c
+EXT_DEPS += ../libguess/libguess.a
 
 include ../../buildsys.mk