Skip to content
Snippets Groups Projects
Commit 37c78fa3 authored by Stan Seibert's avatar Stan Seibert
Browse files

Changed plugin dir to be less messy. All plugin versions will be in

separate subdirectories of $libdir/ao.


git-svn-id: http://svn.xiph.org/trunk/ao@1905 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent ebfe2e30
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ PLUGIN_VERSION=2 ...@@ -18,7 +18,7 @@ PLUGIN_VERSION=2
AC_CANONICAL_HOST AC_CANONICAL_HOST
plugindir=$libdir/ao$PLUGIN_VERSION plugindir=$libdir/ao/plugins-$PLUGIN_VERSION
AC_SUBST(plugindir) AC_SUBST(plugindir)
dnl ==================================== dnl ====================================
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
/* These should have been set by the Makefile */ /* These should have been set by the Makefile */
#ifndef AO_PLUGIN_PATH #ifndef AO_PLUGIN_PATH
#define AO_PLUGIN_PATH "/usr/local/lib/ao" #define AO_PLUGIN_PATH "/usr/local/lib/ao/plugins"
#endif #endif
#ifndef SHARED_LIB_EXT #ifndef SHARED_LIB_EXT
#define SHARED_LIB_EXT ".so" #define SHARED_LIB_EXT ".so"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment