Mercurial > audlegacy
changeset 1451:abf8fee03d59 trunk
[svn] - connect sqlite to the build
author | nenolod |
---|---|
date | Fri, 28 Jul 2006 13:53:45 -0700 |
parents | 9bb6d5ce6d95 |
children | c3b203d258a7 |
files | ChangeLog Makefile audacious/Makefile |
diffstat | 3 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Jul 28 11:35:59 2006 -0700 +++ b/ChangeLog Fri Jul 28 13:53:45 2006 -0700 @@ -1,3 +1,12 @@ +2006-07-28 18:35:59 +0000 William Pitcock <nenolod@nenolod.net> + revision [1814] + - fix autodetection of session URI + + + Changes: Modified: + +1 -1 trunk/libaudacious/beepctrl.c + + 2006-07-28 17:56:44 +0000 William Pitcock <nenolod@nenolod.net> revision [1812] - experimental change to bmp_cfg_db_open() to ensure that g_type_init()
--- a/Makefile Fri Jul 28 11:35:59 2006 -0700 +++ b/Makefile Fri Jul 28 13:53:45 2006 -0700 @@ -3,7 +3,7 @@ sinclude mk/rules.mk include mk/objective.mk -SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin +SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) sqlite audacious audtool po icons skin install-posthook: @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \