mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 02:41:52 +00:00
That's about all the work configure.ac does. Moved config.pc.in to server, and updated Makefile.am and server/Makefile.am accordingly Signed-off-by: Uri Lublin <uril@redhat.com>
14 lines
275 B
PkgConfig
14 lines
275 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: spice
|
|
Description: SPICE server library
|
|
Version: @VERSION@
|
|
|
|
Requires: @SPICE_REQUIRES@
|
|
Libs: -L${libdir} -lspice
|
|
Libs.private: @SPICE_NONPKGCONFIG_LIBS@
|
|
Cflags: -I${includedir}/libspice
|