diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ae78a5f..cea5ae5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,9 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' +DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install \ + --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \ + --with-gtk=$(GTK_API_VERSION) # Build ChangeLog from GIT history ChangeLog: |