Mercurial > audlegacy
annotate src/Makefile @ 3933:5a4ef76b1f42
beggining of better dealing with substandard winamp skins - if it doesn't break anything, why not commit this?
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Wed, 14 Nov 2007 17:32:02 +0100 |
parents | 7d0adad41792 |
children | 704607c1f858 |
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 |