diff options
Diffstat (limited to 'json-glib/Makefile.am')
-rw-r--r-- | json-glib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/json-glib/Makefile.am b/json-glib/Makefile.am index b57b78d..4060d66 100644 --- a/json-glib/Makefile.am +++ b/json-glib/Makefile.am @@ -1,6 +1,8 @@ include $(top_srcdir)/Makefile.decl +if ENABLE_GLIB_TEST SUBDIRS = . tests +endif DIST_SUBDIRS = tests |