72521ac
diff -urN player-2.1.0rc2/config/Makefile.am player-2.1.0rc2.paths/config/Makefile.am
72521ac
--- player-2.1.0rc2/config/Makefile.am	2008-04-13 00:16:57.000000000 +0200
72521ac
+++ player-2.1.0rc2.paths/config/Makefile.am	2008-05-22 15:53:12.000000000 +0200
72521ac
@@ -1,4 +1,4 @@
72521ac
-configdir = $(prefix)/share/player/config
72521ac
+configdir = $(sysconfdir)/player/config
72521ac
 
72521ac
 EXAMPLES = \
72521ac
 amigobot.cfg \
72521ac
diff -urN player-2.1.0rc2/examples/libplayerc/Makefile.am player-2.1.0rc2.paths/examples/libplayerc/Makefile.am
72521ac
--- player-2.1.0rc2/examples/libplayerc/Makefile.am	2008-04-13 00:16:59.000000000 +0200
72521ac
+++ player-2.1.0rc2.paths/examples/libplayerc/Makefile.am	2008-05-22 15:43:26.000000000 +0200
72521ac
@@ -13,7 +13,7 @@
72521ac
 
72521ac
 AM_CPPFLAGS = $(PLAYERC_CFLAGS) -Wall -g
72521ac
 
72521ac
-exampledir = $(prefix)/share/player/examples/libplayerc
72521ac
+exampledir = $(libdir)/player/examples/libplayerc
72521ac
 
72521ac
 example_PROGRAMS = vmap simple speech_c_client
72521ac
 if HAVE_PLAYERSD
72521ac
diff -urN player-2.1.0rc2/examples/libplayerc++/Makefile.am player-2.1.0rc2.paths/examples/libplayerc++/Makefile.am
72521ac
--- player-2.1.0rc2/examples/libplayerc++/Makefile.am	2008-04-13 00:17:00.000000000 +0200
72521ac
+++ player-2.1.0rc2.paths/examples/libplayerc++/Makefile.am	2008-05-22 15:43:41.000000000 +0200
72521ac
@@ -15,7 +15,7 @@
72521ac
 
72521ac
 AM_CPPFLAGS = $(PLAYERCC_CFLAGS) -Wall -g
72521ac
 
72521ac
-exampledir = $(prefix)/share/player/examples/libplayerc++
72521ac
+exampledir = $(libdir)/player/examples/libplayerc++
72521ac
 
72521ac
 example_PROGRAMS =
72521ac
 
72521ac
diff -urN player-2.1.0rc2/examples/plugins/exampledriver/Makefile.am player-2.1.0rc2.paths/examples/plugins/exampledriver/Makefile.am
72521ac
--- player-2.1.0rc2/examples/plugins/exampledriver/Makefile.am	2008-04-13 00:16:59.000000000 +0200
72521ac
+++ player-2.1.0rc2.paths/examples/plugins/exampledriver/Makefile.am	2008-05-22 15:42:25.000000000 +0200
72521ac
@@ -1,6 +1,6 @@
72521ac
 AM_CPPFLAGS = -Wall -g -I$(top_srcdir)
72521ac
 
72521ac
-exampledir = $(prefix)/share/player/examples/plugins/exampledriver
72521ac
+exampledir = $(libdir)/player/examples/plugins/exampledriver
72521ac
 
72521ac
 example_LTLIBRARIES = libexampledriver.la 
72521ac
 libexampledriver_la_SOURCES = exampledriver.cc
72521ac
diff -urN player-2.1.0rc2/examples/plugins/exampleinterface/Makefile.am player-2.1.0rc2.paths/examples/plugins/exampleinterface/Makefile.am
72521ac
--- player-2.1.0rc2/examples/plugins/exampleinterface/Makefile.am	2008-04-13 00:16:59.000000000 +0200
72521ac
+++ player-2.1.0rc2.paths/examples/plugins/exampleinterface/Makefile.am	2008-05-22 15:42:36.000000000 +0200
72521ac
@@ -28,7 +28,7 @@
72521ac
 BUILT_SOURCES = example_interface.h example_functiontable.c example_xdr.c example_xdr.h
72521ac
 CLEANFILES = $(BUILT_SOURCES)
72521ac
 
72521ac
-exampledir = $(prefix)/share/player/examples/plugins/exampleinterface
72521ac
+exampledir = $(libdir)/player/examples/plugins/exampleinterface
72521ac
 
72521ac
 example_PROGRAMS = example_client
72521ac
 example_DATA = eginterf_client.c example_functiontable.c eginterf_driver.cc 
72521ac
diff -urN player-2.1.0rc2/examples/plugins/logplugin/Makefile.am player-2.1.0rc2.paths/examples/plugins/logplugin/Makefile.am
72521ac
--- player-2.1.0rc2/examples/plugins/logplugin/Makefile.am	2008-04-13 00:16:58.000000000 +0200
72521ac
+++ player-2.1.0rc2.paths/examples/plugins/logplugin/Makefile.am	2008-05-22 15:42:43.000000000 +0200
72521ac
@@ -1,6 +1,6 @@
72521ac
 AM_CPPFLAGS = -Wall -g -I$(top_srcdir)
72521ac
 
72521ac
-exampledir = $(prefix)/share/player/examples/plugins/logplugin
72521ac
+exampledir = $(libdir)/player/examples/plugins/logplugin
72521ac
 
72521ac
 example_LTLIBRARIES = liblogplugin.la 
72521ac
 liblogplugin_la_SOURCES = logplugin.cc
72521ac
diff -urN player-2.1.0rc2/examples/plugins/multidriver/Makefile.am player-2.1.0rc2.paths/examples/plugins/multidriver/Makefile.am
72521ac
--- player-2.1.0rc2/examples/plugins/multidriver/Makefile.am	2008-04-13 00:16:58.000000000 +0200
72521ac
+++ player-2.1.0rc2.paths/examples/plugins/multidriver/Makefile.am	2008-05-22 15:42:53.000000000 +0200
72521ac
@@ -1,6 +1,6 @@
72521ac
 AM_CPPFLAGS = -Wall -g -I$(top_srcdir)
72521ac
 
72521ac
-exampledir = $(prefix)/share/player/examples/plugins/multidriver
72521ac
+exampledir = $(libdir)/player/examples/plugins/multidriver
72521ac
 
72521ac
 example_LTLIBRARIES = libmultidriver.la 
72521ac
 libmultidriver_la_SOURCES = multidriver.cc
72521ac
diff -urN player-2.1.0rc2/examples/plugins/opaquedriver/Makefile.am player-2.1.0rc2.paths/examples/plugins/opaquedriver/Makefile.am
72521ac
--- player-2.1.0rc2/examples/plugins/opaquedriver/Makefile.am	2008-04-13 00:16:58.000000000 +0200
72521ac
+++ player-2.1.0rc2.paths/examples/plugins/opaquedriver/Makefile.am	2008-05-22 15:43:05.000000000 +0200
72521ac
@@ -12,7 +12,7 @@
72521ac
 
72521ac
 AM_CPPFLAGS = $(PLAYERC_CFLAGS) -Wall -g -I$(top_srcdir)
72521ac
 
72521ac
-exampledir = $(prefix)/share/player/examples/plugins/opaquedriver
72521ac
+exampledir = $(libdir)/player/examples/plugins/opaquedriver
72521ac
 
72521ac
 example_LTLIBRARIES = libopaquedriver.la
72521ac
 example_PROGRAMS = opaque_client