diff options
Diffstat (limited to 'bindings/Makefile.am')
-rw-r--r-- | bindings/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 8e621e4..d1f6d73 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -1,10 +1,12 @@ if USE_GTK3 SUBDIRS = \ - mono \ vala else SUBDIRS = \ - mono \ python \ vala endif + +if HAS_MONO +SUBDIRS += mono +endif |