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

Changed way plugin directory AO_PLUGIN_PATH is defined so that build commands

like "make debug" (which switch the CFLAGS) will still work.


git-svn-id: http://svn.xiph.org/trunk/ao@1902 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 14f15471
No related branches found
No related tags found
No related merge requests found
...@@ -202,6 +202,4 @@ AM_CONDITIONAL(HAVE_IRIX,test "x$have_irix" = xyes) ...@@ -202,6 +202,4 @@ AM_CONDITIONAL(HAVE_IRIX,test "x$have_irix" = xyes)
AM_CONDITIONAL(HAVE_SOLARIS,test "x$have_solaris" = xyes) AM_CONDITIONAL(HAVE_SOLARIS,test "x$have_solaris" = xyes)
CFLAGS="$CFLAGS -DAO_PLUGIN_PATH=\\\"$plugindir\\\""
AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ao/Makefile include/ao/os_types.h src/plugins/Makefile src/plugins/esd/Makefile src/plugins/oss/Makefile src/plugins/alsa/Makefile src/plugins/sun/Makefile src/plugins/irix/Makefile src/plugins/arts/Makefile debian/Makefile) AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ao/Makefile include/ao/os_types.h src/plugins/Makefile src/plugins/esd/Makefile src/plugins/oss/Makefile src/plugins/alsa/Makefile src/plugins/sun/Makefile src/plugins/irix/Makefile src/plugins/arts/Makefile debian/Makefile)
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign
SUBDIRS = plugins SUBDIRS = plugins
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -DAO_PLUGIN_PATH=\"@plugindir@\"
lib_LTLIBRARIES = libao.la lib_LTLIBRARIES = libao.la
......
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