From e9b5846704a65a8e8b59bea65e4711f5e137d2b6 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 24 Mar 2010 17:13:42 +0100 Subject: Rename .so spice-server.so Also change include dir to "spice-server" for consistency. libspice.so conflicted with the tclspice package, and its also a clarification for when we create a spice client library. --- server/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index 0b6cb13d..0fe1c0e6 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -33,14 +33,14 @@ COMMON_SRCS = \ $(top_srcdir)/common/mem.c \ $(NULL) -lib_LTLIBRARIES = libspice.la +lib_LTLIBRARIES = libspice-server.la -libspice_la_LDFLAGS = \ +libspice_server_la_LDFLAGS = \ -version-number $(SPICE_LT_VERSION) \ -no-undefined \ $(NULL) -libspice_la_LIBADD = \ +libspice_server_la_LIBADD = \ $(GL_LIBS) \ $(FFMPEG_LIBS) \ $(PIXMAN_LIBS) \ @@ -50,7 +50,7 @@ libspice_la_LIBADD = \ $(LIBRT) \ $(NULL) -libspice_la_SOURCES = \ +libspice_server_la_SOURCES = \ glz_encoder.c \ glz_encoder_config.h \ glz_encoder_dictionary.c \ @@ -80,8 +80,8 @@ libspice_la_SOURCES = \ $(COMMON_SRCS) \ $(NULL) -libspiceincludedir = $(includedir)/libspice -libspiceinclude_HEADERS = \ +libspice_serverincludedir = $(includedir)/spice-server +libspice_serverinclude_HEADERS = \ spice.h \ vd_interface.h \ $(NULL) -- cgit