diff options
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 2b9b1c0..5a779ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,3 @@ - -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' - ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = po @@ -41,6 +38,11 @@ DISTCLEANFILES = \ intltool-merge \ po/.intltool-merge-cache +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ + --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \ + --with-gtk=$(GTK_API_VERSION) + # Build ChangeLog from GIT history ChangeLog: $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ |