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 0677490..da49dba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,9 @@ AUTOMAKE_OPTIONS = 1.7 -SUBDIRS = gobject . examples tests +SUBDIRS = gobject examples tests +if ENABLE_DOCS + SUBDIRS += docs +endif PLATFORM_VERSION = 2.0 |
