Mercurial > audlegacy
diff src/audacious/Makefile @ 4316:e55ecfc55d06
linkage to libSM should use pkg-config otherwise link error might occur on x86_64 dual libs environment.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Tue, 04 Mar 2008 21:00:55 +0900 |
| parents | c942eaef7bc6 |
| children | e960a507509d |
line wrap: on
line diff
--- a/src/audacious/Makefile Mon Mar 03 18:42:36 2008 +0000 +++ b/src/audacious/Makefile Tue Mar 04 21:00:55 2008 +0900 @@ -175,7 +175,7 @@ ${samplerate_LIBS} \ ../libguess/libguess.a \ ../libSAD/libSAD.a \ - ../libeggsmclient/libeggsmclient.a -lSM -lICE \ + ../libeggsmclient/libeggsmclient.a ${SM_LIBS} \ ${GTK_LIBS} \ ${DBUS_LIBS} \ ${MOWGLI_LIBS} \
