Mercurial > audlegacy
annotate src/audacious/images/Makefile @ 2722:3dc52411bdbe trunk
[svn] MCS_LIBS != LIBMCS_LIBS, allow audacious binary to link.
author | chainsaw |
---|---|
date | Wed, 09 May 2007 16:43:29 -0700 |
parents | 30ab29ed32d8 |
children | 9ddf21ab5c84 |
rev | line source |
---|---|
2409
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2391
diff
changeset
|
1 include ../../../mk/rules.mk |
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2391
diff
changeset
|
2 include ../../../mk/init.mk |
2313 | 3 |
4 imagesdir = $(pkgdatadir)/images | |
5 | |
6 OBJECTIVE_DATA = \ | |
7 about-logo.png:$(imagesdir) \ | |
8 audacious_player.xpm:$(imagesdir) \ | |
9 appearance.png:$(imagesdir) \ | |
10 audio.png:$(imagesdir) \ | |
11 connectivity.png:$(imagesdir) \ | |
12 mouse.png:$(imagesdir) \ | |
13 playlist.png:$(imagesdir) \ | |
14 plugins.png:$(imagesdir) \ | |
15 eq.png:$(imagesdir) | |
16 | |
2409
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2391
diff
changeset
|
17 include ../../../mk/objective.mk |