Commit 801a72a3 authored by Martin Szulecki's avatar Martin Szulecki

Move pkg-config file into src directory

parent 6f8cfb23
......@@ -2,9 +2,6 @@ AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libcnary src include tools $(CYTHON_SUB) test
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libplist.pc libplist++.pc
docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
rm -rf docs
doxygen doxygen.cfg
......
......@@ -126,12 +126,12 @@ AC_OUTPUT([
Makefile
libcnary/Makefile
src/Makefile
src/libplist.pc
src/libplist++.pc
include/Makefile
tools/Makefile
cython/Makefile
test/Makefile
libplist.pc
libplist++.pc
doxygen.cfg
])
......
......@@ -45,3 +45,6 @@ if WIN32
libplist_la_LDFLAGS += -avoid-version
libplist___la_LDFLAGS += -avoid-version
endif
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libplist.pc 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