Commit ecfe5f4e authored by Jonathan Beck's avatar Jonathan Beck

Rename pkgconfig from libplist-1.0 to libplist.

parent bfd57eb1
......@@ -3,7 +3,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include plutil swig
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libplist-1.0.pc
pkgconfig_DATA = libplist.pc
doc:
doxygen doxygen.cfg
......
......@@ -53,4 +53,4 @@ fi
AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter")
AC_SUBST(GLOBAL_CFLAGS)
AC_OUTPUT(Makefile src/Makefile include/Makefile plutil/Makefile swig/Makefile libplist-1.0.pc)
AC_OUTPUT(Makefile src/Makefile include/Makefile plutil/Makefile swig/Makefile libplist.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