Mercurial > audlegacy-plugins
changeset 2973:650eec209c9c
changed DATA_DIR path
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 26 Nov 2008 03:13:39 +0900 |
parents | 54a5384583da |
children | d116c0d61dd2 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Wed Nov 26 03:02:36 2008 +0900 +++ b/configure.ac Wed Nov 26 03:13:39 2008 +0900 @@ -1646,7 +1646,7 @@ localedir="$datadir/locale" AC_SUBST(localedir) -BEEP_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/audacious\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\"" +BEEP_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/audlegacy\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\"" CFLAGS="$CFLAGS $EXTRA_CFLAGS" if test "x$enable_user_plugin_dir" = "xno"; then