diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-03-24 17:13:42 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-03-24 17:13:42 +0100 |
commit | e9b5846704a65a8e8b59bea65e4711f5e137d2b6 (patch) | |
tree | 05b133d1eb568caf4932cb98d8989d307a4bee59 /spice-server.pc.in | |
parent | ce0d8a094c9d64e762b2b0ca451b043e85d202a5 (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.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spice-server.pc.in b/spice-server.pc.in index 5639f4ae..69c80f34 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 |