diff --git a/Makefile.am b/Makefile.am index c5e5c7bb..6640259e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = common server client pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = spice.pc +pkgconfig_DATA = spice-server.pc DISTCLEANFILES = \ - spice.pc + spice-server.pc diff --git a/configure.ac b/configure.ac index 331feed2..aa9db5aa 100644 --- a/configure.ac +++ b/configure.ac @@ -324,7 +324,7 @@ AC_SUBST([SPICEC_STATIC_LINKAGE_BDYNAMIC]) AC_OUTPUT([ Makefile -spice.pc +spice-server.pc common/Makefile common/linux/ffmpeg_inc.h server/Makefile diff --git a/spice.pc.in b/spice-server.pc.in similarity index 100% rename from spice.pc.in rename to spice-server.pc.in