Mercurial > audlegacy
comparison src/audacious/Makefile @ 4490:2e56a47e7a5d
Correctly check for USE_DBUS and USE_EGGSM.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Mon, 21 Apr 2008 07:32:45 +0300 |
| parents | 4f66c0abb6e7 |
| children | 42575ed86c9f |
comparison
equal
deleted
inserted
replaced
| 4489:d3b8b69d44c4 | 4490:2e56a47e7a5d |
|---|---|
| 80 vfs_common.c \ | 80 vfs_common.c \ |
| 81 visualization.c \ | 81 visualization.c \ |
| 82 volumecontrol.c \ | 82 volumecontrol.c \ |
| 83 sync-menu.c | 83 sync-menu.c |
| 84 | 84 |
| 85 ifdef USE_DBUS | 85 ifeq ($(USE_DBUS),yes) |
| 86 SRCS += dbus.c | 86 SRCS += dbus.c |
| 87 endif | 87 endif |
| 88 | 88 |
| 89 INCLUDES = auddrct.h \ | 89 INCLUDES = auddrct.h \ |
| 90 audconfig.h \ | 90 audconfig.h \ |
| 139 ui/playlist.ui \ | 139 ui/playlist.ui \ |
| 140 ui/carbon-menubar.ui | 140 ui/carbon-menubar.ui |
| 141 | 141 |
| 142 CLEAN = build_stamp.c libaudacious.exe.a | 142 CLEAN = build_stamp.c libaudacious.exe.a |
| 143 EXT_DEPS = ../libguess/libguess.a \ | 143 EXT_DEPS = ../libguess/libguess.a \ |
| 144 ../libSAD/libSAD.a \ | 144 ../libSAD/libSAD.a |
| 145 ../libeggsmclient/libeggsmclient.a | 145 |
| 146 ifeq ($(USE_EGGSM),yes) | |
| 147 EXT_DEPS += ../libeggsmclient/libeggsmclient.a | |
| 148 endif | |
| 146 | 149 |
| 147 include ../../buildsys.mk | 150 include ../../buildsys.mk |
| 148 | 151 |
| 149 ifdef USE_DBUS | 152 ifeq ($(USE_DBUS),yes) |
| 150 CPPFLAGS += -I../libaudclient | 153 CPPFLAGS += -I../libaudclient |
| 151 DBUS_BINDINGS = dbus-server-bindings.h dbus-client-bindings.h | 154 DBUS_BINDINGS = dbus-server-bindings.h dbus-client-bindings.h |
| 152 LIBS += -L../libaudclient -laudclient | 155 LIBS += -L../libaudclient -laudclient |
| 153 endif | 156 endif |
| 154 | 157 |
