Mercurial > audlegacy
diff src/audacious/Makefile @ 4502:3211a6b15fd3
Define EGGSM_{LIBS,CFLAGS} with =, not +=
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Mon, 21 Apr 2008 23:37:33 +0300 |
| parents | 42575ed86c9f |
| children | a47288ced5d5 |
line wrap: on
line diff
--- a/src/audacious/Makefile Mon Apr 21 20:40:37 2008 +0300 +++ b/src/audacious/Makefile Mon Apr 21 23:37:33 2008 +0300 @@ -145,8 +145,8 @@ ifeq ($(USE_EGGSM),yes) EXT_DEPS += ../libeggsmclient/libeggsmclient.a -EGGSM_LIBS += ../libeggsmclient/libeggsmclient.a ${SM_LIBS} -EGGSM_CFLAGS += -I../libeggsmclient ${SM_CFLAGS} +EGGSM_LIBS = ../libeggsmclient/libeggsmclient.a ${SM_LIBS} +EGGSM_CFLAGS = -I../libeggsmclient ${SM_CFLAGS} endif include ../../buildsys.mk
