annotate src/Makefile @ 3579:d2cb9f990d2e trunk

buildsys.mk is now included after the ifdef USE_DBUS
author Calin Crisan ccrisan@gmail.com
date Wed, 19 Sep 2007 21:06:52 +0300
parents d07343b134a1
children 7d0adad41792
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
4585019eb82e [svn] -Renamed MPRIS /TrackList Shuffle method to Random
magma
parents: 2768
diff changeset
6 SUBDIRS += libaudclient audtool
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