Commit 137716df authored by Nikias Bassen's avatar Nikias Bassen

pkgconfig: Correctly rename libplist*.pc to libplist*-2.0.pc

parent 80d377af
...@@ -284,8 +284,8 @@ AC_OUTPUT([ ...@@ -284,8 +284,8 @@ AC_OUTPUT([
Makefile Makefile
libcnary/Makefile libcnary/Makefile
src/Makefile src/Makefile
src/libplist.pc src/libplist-2.0.pc
src/libplist++.pc src/libplist++-2.0.pc
include/Makefile include/Makefile
tools/Makefile tools/Makefile
docs/Makefile docs/Makefile
......
...@@ -49,4 +49,4 @@ libplist___la_LDFLAGS += -avoid-version -static-libgcc ...@@ -49,4 +49,4 @@ libplist___la_LDFLAGS += -avoid-version -static-libgcc
endif endif
pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libplist.pc libplist++.pc pkgconfig_DATA = libplist-2.0.pc libplist++-2.0.pc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment