diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8ac4acf..670e7a5 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1,6 +1,9 @@ | |||
| 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 test |
| 4 | if HAVE_CYTHON | ||
| 5 | SUBDIRS += cython | ||
| 6 | endif | ||
| 4 | 7 | ||
| 5 | docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h | 8 | docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h |
| 6 | rm -rf docs | 9 | rm -rf docs |
