Mercurial > audlegacy
diff src/Makefile @ 2731:f4a5f8fa3836 trunk
[svn] Added stubs in audctrl.c for the unimplemented functions defined in audctrl.h.
Fixed audtool by moving all the DBus methods defined in objects.xml to a common interface; this will be decentralized for MPRIS.
Modified the Makefile so that libaudclient is built after audacious to eliminates a build warning.
| author | magma |
|---|---|
| date | Fri, 11 May 2007 01:42:32 -0700 |
| parents | 596abc2be8f0 |
| children | 2f5b461118a8 |
line wrap: on
line diff
--- a/src/Makefile Thu May 10 16:59:22 2007 -0700 +++ b/src/Makefile Fri May 11 01:42:32 2007 -0700 @@ -3,7 +3,7 @@ include ../mk/rules.mk include ../mk/init.mk -SUBDIRS = $(INTL_OBJECTIVE) $(SUBDIR_GUESS) $(LIBAUDCLIENT_OBJECTIVE) audacious libid3tag +SUBDIRS = $(INTL_OBJECTIVE) $(SUBDIR_GUESS) audacious $(LIBAUDCLIENT_OBJECTIVE) libid3tag include ../mk/objective.mk
