Mercurial > audlegacy
changeset 1205:ba0ce9c62110 trunk
[svn] - hookup buildsystem
author | nenolod |
---|---|
date | Wed, 14 Jun 2006 00:02:18 -0700 |
parents | 76e6b66fb859 |
children | 44d8008500a3 |
files | ChangeLog Makefile.in |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Jun 14 00:01:26 2006 -0700 +++ b/ChangeLog Wed Jun 14 00:02:18 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-14 07:01:26 +0000 William Pitcock <nenolod@nenolod.net> + revision [1322] + - compiles warningless inside the audacious buildsystem now + + + Changes: Modified: + +2 -2 trunk/audtool/audtool.c + + 2006-06-14 07:00:37 +0000 William Pitcock <nenolod@nenolod.net> revision [1320] - OMKize Makefile (examples not installed yet)
--- a/Makefile.in Wed Jun 14 00:01:26 2006 -0700 +++ b/Makefile.in Wed Jun 14 00:02:18 2006 -0700 @@ -1,7 +1,7 @@ include mk/rules.mk include mk/objective.mk -SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious po icons skin +SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin install-posthook: @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \