Mercurial > audlegacy
diff src/Makefile @ 2391:1ab061263ee8 trunk
[svn] - rework objective make _a lot_
| author | nenolod |
|---|---|
| date | Tue, 23 Jan 2007 10:22:32 -0800 |
| parents | 3149d4b1a9a9 |
| children | 30ab29ed32d8 |
line wrap: on
line diff
--- a/src/Makefile Tue Jan 23 09:21:53 2007 -0800 +++ b/src/Makefile Tue Jan 23 10:22:32 2007 -0800 @@ -1,9 +1,9 @@ .SILENT: -include ../mk/rules.mk -include ../mk/init.mk +include ${top_srcdir}/mk/rules.mk +include ${top_srcdir}/mk/init.mk SUBDIRS = libaudacious $(INTL_OBJECTIVE) $(SUBDIR_GUESS) audacious audtool -include ../mk/objective.mk +include ${top_srcdir}/mk/objective.mk
