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