Mercurial > audlegacy
diff libaudacious/Makefile.in @ 727:c331d6c6880a trunk
[svn] - gconf
| author | nenolod |
|---|---|
| date | Mon, 27 Feb 2006 06:34:58 -0800 |
| parents | b50d5337a8ce |
| children | 1b3adae291b3 |
line wrap: on
line diff
--- a/libaudacious/Makefile.in Mon Feb 27 06:31:47 2006 -0800 +++ b/libaudacious/Makefile.in Mon Feb 27 06:34:58 2006 -0800 @@ -20,12 +20,7 @@ -I.. \ -I../intl -#if HAVE_GCONF -# CONF_SRC = configdb_gconf.c -#else - CONF_SRC = configdb_rcfile.c -#endif - +CONF_SRC = configdb_$(CONFIGDB_BACKEND).c VFS_SRC = vfs_$(VFS_BACKEND).c SOURCES = \
