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