diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ce3d554..c784f1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ SUBDIRS = data po man mate-volume-control DISTCHECK_CONFIGURE_FLAGS = \ --enable-more-warnings \ --enable-compile-warnings=maximum \ - --enable-deprecated + --enable-deprecated \ + --with-gtk=$(GTK_API_VERSION) DIST_SUBDIRS = \ data \ diff --git a/configure.ac b/configure.ac index aef09a0..f8f6e36 100644 --- a/configure.ac +++ b/configure.ac @@ -65,6 +65,8 @@ case "$with_gtk" in ;; esac +AC_SUBST(GTK_API_VERSION) + dnl======================================================================= dnl Check for the volume control modules dnl======================================================================= |