annotate src/Makefile @ 3838:74cfd332a56d

Automated merge with ssh://hg.atheme.org//hg/audacious
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2007 06:04:31 +0300
parents 7d0adad41792
children 704607c1f858
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3577
40a7ca511440 Undone my stupid modification
Calin Crisan ccrisan@gmail.com
parents: 3576
diff changeset
1 SUBDIRS = libguess audacious libid3tag
2771
4585019eb82e [svn] -Renamed MPRIS /TrackList Shuffle method to Random
magma
parents: 2768
diff changeset
2
3578
d07343b134a1 I hope i fixed the libaudclient & dbus problem
Calin Crisan ccrisan@gmail.com
parents: 3577
diff changeset
3 include ../extra.mk
d07343b134a1 I hope i fixed the libaudclient & dbus problem
Calin Crisan ccrisan@gmail.com
parents: 3577
diff changeset
4
2771
4585019eb82e [svn] -Renamed MPRIS /TrackList Shuffle method to Random
magma
parents: 2768
diff changeset
5 ifdef USE_DBUS
3580
7d0adad41792 Prepend libaudclient and audtool to SUBDIRS instead of appending.
Alex Maclean <monkeh@monkeh.net>
parents: 3579
diff changeset
6 SUBDIRS := libaudclient audtool $(SUBDIRS)
2771
4585019eb82e [svn] -Renamed MPRIS /TrackList Shuffle method to Random
magma
parents: 2768
diff changeset
7 endif
4585019eb82e [svn] -Renamed MPRIS /TrackList Shuffle method to Random
magma
parents: 2768
diff changeset
8
3579
d2cb9f990d2e buildsys.mk is now included after the ifdef USE_DBUS
Calin Crisan ccrisan@gmail.com
parents: 3578
diff changeset
9 include ../buildsys.mk