Mercurial > audlegacy
annotate icons/Makefile @ 2394:e2aaa7dca389 trunk
[svn] - tuple->file_name coming from input plugins have a string with filename + extension, but tuple->file_name coming from input plugins without a get_song_tuple have a string with filename without extension; fix this incongruency, always pass tuple->filename with a string containing filename + extension
author | giacomo |
---|---|
date | Tue, 23 Jan 2007 16:37:13 -0800 |
parents | 1ab061263ee8 |
children | 30ab29ed32d8 |
rev | line source |
---|---|
2391 | 1 include ${top_srcdir}/mk/rules.mk |
2 include ${top_srcdir}/mk/init.mk | |
718 | 3 |
4 pixmapsdir = $(datadir)/pixmaps | |
5 OBJECTIVE_DATA = audacious.png:$(pixmapsdir) | |
1615
e402e0217870
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents:
718
diff
changeset
|
6 |
2391 | 7 include ${top_srcdir}/mk/objective.mk |