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
raveit65 committed Jul 15, 2016
1 parent ad3a761 commit c0b5d27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ EXTRA_DIST = autogen.sh HACKING rationales.txt \

DISTCLEANFILES = intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache

DISTCHECK_CONFIGURE_FLAGS = \
--with-gtk=$(GTK_API_VERSION)

# Build ChangeLog from GIT history
ChangeLog:
$(AM_V_GEN) if test -d $(top_srcdir)/.git; then \
Expand Down

0 comments on commit c0b5d27

Please sign in to comment.