diff options
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5b1f3df7..50f1eb17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,10 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-introspection +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ + --disable-introspection \ + --with-gtk=$(GTK_API_VERSION) EXTRA_DIST = \ autogen.sh \ |