diff -ur xmlrpc-epi-0.51.orig/sample/Makefile.am xmlrpc-epi-0.51.patched/sample/Makefile.am
--- xmlrpc-epi-0.51.orig/sample/Makefile.am	2007-05-26 19:33:49.000000000 -0500
+++ xmlrpc-epi-0.51.patched/sample/Makefile.am	2007-05-26 19:29:54.000000000 -0500
@@ -3,23 +3,23 @@
 bin_PROGRAMS = sample client server server_compliance_test memtest hello_client hello_server
 
 sample_SOURCES = sample.c
-sample_LDADD = -L@prefix@/lib ../src/libxmlrpc.la
+sample_LDADD = -L@prefix@/lib ../src/libxmlrpc-epi.la
 
 client_SOURCES = client.c
-client_LDADD = -L@prefix@/lib ../src/libxmlrpc.la
+client_LDADD = -L@prefix@/lib ../src/libxmlrpc-epi.la
 
 server_SOURCES = server.c
-server_LDADD = -L@prefix@/lib ../src/libxmlrpc.la
+server_LDADD = -L@prefix@/lib ../src/libxmlrpc-epi.la
 
 hello_client_SOURCES = hello_client.c
-hello_client_LDADD = -L@prefix@/lib ../src/libxmlrpc.la
+hello_client_LDADD = -L@prefix@/lib ../src/libxmlrpc-epi.la
 
 hello_server_SOURCES = hello_server.c
-hello_server_LDADD = -L@prefix@/lib ../src/libxmlrpc.la
+hello_server_LDADD = -L@prefix@/lib ../src/libxmlrpc-epi.la
 
 server_compliance_test_SOURCES = server_compliance_test.c
-server_compliance_test_LDADD = -L@prefix@/lib ../src/libxmlrpc.la
+server_compliance_test_LDADD = -L@prefix@/lib ../src/libxmlrpc-epi.la
 
 memtest_SOURCES = memtest.c
-memtest_LDADD = -L@prefix@/lib ../src/libxmlrpc.la
+memtest_LDADD = -L@prefix@/lib ../src/libxmlrpc-epi.la
 
diff -ur xmlrpc-epi-0.51.orig/src/Makefile.am xmlrpc-epi-0.51.patched/src/Makefile.am
--- xmlrpc-epi-0.51.orig/src/Makefile.am	2007-05-26 19:33:49.000000000 -0500
+++ xmlrpc-epi-0.51.patched/src/Makefile.am	2007-05-26 19:36:58.000000000 -0500
@@ -1,10 +1,10 @@
 INCLUDES=-I../liblm
 
-lib_LTLIBRARIES = libxmlrpc.la
+lib_LTLIBRARIES = libxmlrpc-epi.la
 
-libxmlrpc_la_LIBADD = -lexpat
+libxmlrpc_epi_la_LIBADD = -lexpat
 
-libxmlrpc_la_SOURCES = \
+libxmlrpc_epi_la_SOURCES = \
 	base64.c \
 	encodings.c \
 	queue.c \
@@ -17,7 +17,7 @@
 	xmlrpc_introspection.c \
         system_methods.c
         
-libxmlrpc_la_LDFLAGS = -version-info 0:3:0 
+libxmlrpc_epi_la_LDFLAGS = -version-info 0:3:0 
 include_HEADERS = \
 	base64.h \
 	encodings.h \
@@ -38,11 +38,11 @@
 #
 DOCSOURCES= \
 	$(include_HEADERS) \
-	$(libxmlrpc_la_SOURCES)
+	$(libxmlrpc_epi_la_SOURCES)
 
 # The name of your Project
 #
-PROJECT=xmlrpc
+PROJECT=xmlrpc-epi
 
 # The various documentation files, derived from the source files.
 # HTML
Only in xmlrpc-epi-0.51.patched/src: Makefile.am~
Only in xmlrpc-epi-0.51.patched/src: Makefile.am.orig
Only in xmlrpc-epi-0.51.patched/src: Makefile.am.rej
Only in xmlrpc-epi-0.51.patched/src: .Makefile.am.rej.swp
Only in xmlrpc-epi-0.51.patched/src: .Makefile.am.swp
