Skip to content

Commit

Permalink
distcheck: explicitly use currently selected GTK+ version
Browse files Browse the repository at this point in the history
  • Loading branch information
monsta committed Aug 9, 2016
1 parent e7469ee commit 59861b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -32,7 +32,7 @@ DISTCLEANFILES = \
intltool-merge \
intltool-update

DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --disable-icon-update --enable-gtk-doc
DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --disable-icon-update --enable-gtk-doc --with-gtk=$(GTK_API_VERSION)

ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

Expand Down

0 comments on commit 59861b9

Please sign in to comment.