comparison src/audacious/Makefile @ 4409:8cb646ddae62

Pfft, we are Audacious and this is SPARTA!
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 06:06:39 +0300
parents 081839dd6664
children 9b207731e81e
comparison
equal deleted inserted replaced
4408:081839dd6664 4409:8cb646ddae62
3 SUBDIRS = ${INTL_OBJECTIVE} 3 SUBDIRS = ${INTL_OBJECTIVE}
4 4
5 PROG = audacious${PROG_SUFFIX} 5 PROG = audacious${PROG_SUFFIX}
6 SRCS = af_equalizer.c \ 6 SRCS = af_equalizer.c \
7 auddrct.c \ 7 auddrct.c \
8 bmpconfig.c \ 8 audconfig.c \
9 build_stamp.c \ 9 build_stamp.c \
10 configdb.c \ 10 configdb.c \
11 custom_uri.c \ 11 custom_uri.c \
12 discovery.c \ 12 discovery.c \
13 dnd.c \ 13 dnd.c \
85 ifdef USE_DBUS 85 ifdef USE_DBUS
86 SRCS += dbus.c 86 SRCS += dbus.c
87 endif 87 endif
88 88
89 INCLUDES = auddrct.h \ 89 INCLUDES = auddrct.h \
90 bmpconfig.h \ 90 audconfig.h \
91 configdb.h \ 91 configdb.h \
92 custom_uri.h \ 92 custom_uri.h \
93 dbus.h \ 93 dbus.h \
94 discovery.h \ 94 discovery.h \
95 dbus-service.h \ 95 dbus-service.h \