# HG changeset patch # User nenolod # Date 1150268538 25200 # Node ID ba0ce9c6211072f3dde7b98b40851a4e361444c6 # Parent 76e6b66fb8592b3b2dc038cdee97e3d824805a6d [svn] - hookup buildsystem diff -r 76e6b66fb859 -r ba0ce9c62110 ChangeLog --- 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 + 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 revision [1320] - OMKize Makefile (examples not installed yet) diff -r 76e6b66fb859 -r ba0ce9c62110 Makefile.in --- 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 \