summaryrefslogtreecommitdiff
path: root/spice-server.pc.in
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-03-24 17:13:42 +0100
committerAlexander Larsson <alexl@redhat.com>2010-03-24 17:13:42 +0100
commit53452ea00655a7a620687ce5e72caaf57bece718 (patch)
treefc0c29de0ed0993e91309bd7c980b0f09d74c95c /spice-server.pc.in
parent02a255c43d8a7945e7bf8d3b3893ef92c6f5ad19 (diff)
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.
Diffstat (limited to 'spice-server.pc.in')
-rw-r--r--spice-server.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/spice-server.pc.in b/spice-server.pc.in
index 5639f4a..69c80f3 100644
--- a/spice-server.pc.in
+++ b/spice-server.pc.in
@@ -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