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.
This commit is contained in:
Alexander Larsson 2010-03-24 17:13:42 +01:00
parent ce0d8a094c
commit e9b5846704
2 changed files with 8 additions and 8 deletions

View File

@ -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)

View File

@ -8,6 +8,6 @@ Description: SPICE server library
Version: @VERSION@
Requires: @SPICE_REQUIRES@
Libs: -L${libdir} -lspice
Libs: -L${libdir} -lspice-server
Libs.private: @SPICE_NONPKGCONFIG_LIBS@
Cflags: -I${includedir}/libspice
Cflags: -I${includedir}/spice-server