diff options
| author | 2015-01-29 00:05:40 +0100 | |
|---|---|---|
| committer | 2015-01-29 00:05:40 +0100 | |
| commit | 801a72a39b9a41ab0d3aa018a740d1a813b5420c (patch) | |
| tree | f53673288374ae51ff047df60b681f2f7b4213bd /configure.ac | |
| parent | 6f8cfb23d03787cae2f834a8979b4545dc0fe063 (diff) | |
| download | libplist-801a72a39b9a41ab0d3aa018a740d1a813b5420c.tar.gz libplist-801a72a39b9a41ab0d3aa018a740d1a813b5420c.tar.bz2 | |
Move pkg-config file into src directory
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index dcad0f0..8394997 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -126,12 +126,12 @@ AC_OUTPUT([ | |||
| 126 | Makefile | 126 | Makefile |
| 127 | libcnary/Makefile | 127 | libcnary/Makefile |
| 128 | src/Makefile | 128 | src/Makefile |
| 129 | src/libplist.pc | ||
| 130 | src/libplist++.pc | ||
| 129 | include/Makefile | 131 | include/Makefile |
| 130 | tools/Makefile | 132 | tools/Makefile |
| 131 | cython/Makefile | 133 | cython/Makefile |
| 132 | test/Makefile | 134 | test/Makefile |
| 133 | libplist.pc | ||
| 134 | libplist++.pc | ||
| 135 | doxygen.cfg | 135 | doxygen.cfg |
| 136 | ]) | 136 | ]) |
| 137 | 137 | ||
