Mercurial > audlegacy
comparison 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 |
comparison
equal
deleted
inserted
replaced
4501:88269aa2be30 | 4502:3211a6b15fd3 |
---|---|
143 EXT_DEPS = ../libguess/libguess.a \ | 143 EXT_DEPS = ../libguess/libguess.a \ |
144 ../libSAD/libSAD.a | 144 ../libSAD/libSAD.a |
145 | 145 |
146 ifeq ($(USE_EGGSM),yes) | 146 ifeq ($(USE_EGGSM),yes) |
147 EXT_DEPS += ../libeggsmclient/libeggsmclient.a | 147 EXT_DEPS += ../libeggsmclient/libeggsmclient.a |
148 EGGSM_LIBS += ../libeggsmclient/libeggsmclient.a ${SM_LIBS} | 148 EGGSM_LIBS = ../libeggsmclient/libeggsmclient.a ${SM_LIBS} |
149 EGGSM_CFLAGS += -I../libeggsmclient ${SM_CFLAGS} | 149 EGGSM_CFLAGS = -I../libeggsmclient ${SM_CFLAGS} |
150 endif | 150 endif |
151 | 151 |
152 include ../../buildsys.mk | 152 include ../../buildsys.mk |
153 | 153 |
154 ifeq ($(USE_DBUS),yes) | 154 ifeq ($(USE_DBUS),yes) |