# HG changeset patch # User nenolod # Date 1154120025 25200 # Node ID abf8fee03d59a4d17053462cdd654d4f47ecce42 # Parent 9bb6d5ce6d95b09d7079d06e4e573d5b2c5c3fec [svn] - connect sqlite to the build diff -r 9bb6d5ce6d95 -r abf8fee03d59 ChangeLog --- 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 + revision [1814] + - fix autodetection of session URI + + + Changes: Modified: + +1 -1 trunk/libaudacious/beepctrl.c + + 2006-07-28 17:56:44 +0000 William Pitcock revision [1812] - experimental change to bmp_cfg_db_open() to ensure that g_type_init() diff -r 9bb6d5ce6d95 -r abf8fee03d59 Makefile --- 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 \ diff -r 9bb6d5ce6d95 -r abf8fee03d59 audacious/Makefile --- a/audacious/Makefile Fri Jul 28 11:35:59 2006 -0700 +++ b/audacious/Makefile Fri Jul 28 13:53:45 2006 -0700 @@ -13,6 +13,7 @@ $(LIBGLADE_LIBS) \ -L.. $(LTLIBINTL) \ -L../libaudacious -laudacious \ + ../sqlite/libsqlite.a \ $(CHARDET_LIBS) CFLAGS += \