diff options
| author | 2015-01-29 00:05:40 +0100 | |
|---|---|---|
| committer | 2015-01-29 00:05:40 +0100 | |
| commit | 801a72a39b9a41ab0d3aa018a740d1a813b5420c (patch) | |
| tree | f53673288374ae51ff047df60b681f2f7b4213bd /Makefile.am | |
| parent | 6f8cfb23d03787cae2f834a8979b4545dc0fe063 (diff) | |
| download | libplist-801a72a39b9a41ab0d3aa018a740d1a813b5420c.tar.gz libplist-801a72a39b9a41ab0d3aa018a740d1a813b5420c.tar.bz2 | |
Move pkg-config file into src directory
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 9158682..8ac4acf 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -2,9 +2,6 @@ AUTOMAKE_OPTIONS = foreign | |||
| 2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
| 3 | SUBDIRS = libcnary src include tools $(CYTHON_SUB) test | 3 | SUBDIRS = libcnary src include tools $(CYTHON_SUB) test |
| 4 | 4 | ||
| 5 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 6 | pkgconfig_DATA = libplist.pc libplist++.pc | ||
| 7 | |||
| 8 | docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h | 5 | docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h |
| 9 | rm -rf docs | 6 | rm -rf docs |
| 10 | doxygen doxygen.cfg | 7 | doxygen doxygen.cfg |
