Mercurial > audlegacy
diff src/audacious/Makefile @ 3409:86dafe2300f7 trunk
Added Tuplez compiler (not used yet, though) and some related changes in
tuple code.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Thu, 30 Aug 2007 23:41:33 +0300 |
| parents | d538aabf6df5 |
| children | db83b4a786ed 05b732174e5f |
line wrap: on
line diff
--- a/src/audacious/Makefile Thu Aug 30 17:41:40 2007 +0200 +++ b/src/audacious/Makefile Thu Aug 30 23:41:33 2007 +0300 @@ -56,6 +56,7 @@ strings.h \ tuple.h \ tuple_formatter.h \ + tuple_compiler.h \ ui_fileinfopopup.h \ ui_lastfm.h\ ui_plugin_menu.h \ @@ -103,6 +104,7 @@ strings.c \ tuple.c \ tuple_formatter.c \ + tuple_compiler.c \ skin.c \ ui_about.c \ ui_albumart.c \
