Mercurial > audlegacy
changeset 1699:19406038eb35 trunk
[svn] - remove sqlite from main makefile
author | nenolod |
---|---|
date | Fri, 15 Sep 2006 14:31:03 -0700 |
parents | e951086a47a8 |
children | 4a6f56f1a0a2 |
files | ChangeLog Makefile |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Sep 15 14:30:28 2006 -0700 +++ b/ChangeLog Fri Sep 15 14:31:03 2006 -0700 @@ -1,3 +1,13 @@ +2006-09-15 21:30:28 +0000 William Pitcock <nenolod@nenolod.net> + revision [2333] + - remove sqlite + - remove incomplete library code + + + Changes: Modified: + +0 -1 trunk/audacious/Makefile + + 2006-09-15 15:01:40 +0000 Jonathan Schleifer <js@h3c.de> revision [2331] This adds -lossaudio to the OSS and esd plugin on platforms having that libs. With this, Audacious finally build & runs perfectly on OpenBSD.
--- a/Makefile Fri Sep 15 14:30:28 2006 -0700 +++ b/Makefile Fri Sep 15 14:31:03 2006 -0700 @@ -3,7 +3,7 @@ include mk/rules.mk include mk/init.mk -SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) sqlite audacious audtool po icons skin +SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin include mk/objective.mk