diff options
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e80743a..2ae4e76 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | 1 | 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 | |||
| 5 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 6 | pkgconfig_DATA = libplist.pc libplist++.pc | ||
