diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c7631b4..58cee19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,9 @@ EXTRA_DIST = \ DISTCLEANFILES = \ $(NULL) +DISTCHECK_CONFIGURE_FLAGS = \ + --with-gtk=$(GTK_API_VERSION) + # Build ChangeLog from GIT history ChangeLog: $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ |