diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 14ff7f7..aee7109 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,9 @@ -SUBDIRS = data \ - src \ - sources \ - example \ - tests +SUBDIRS = \ + data \ + src \ + bindings \ + example \ + tests DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |