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