From 506fe60f6bb07d25ac9bd7852c6b6c01f759ce84 Mon Sep 17 00:00:00 2001 From: Diego 'Flameeyes' Pettenò Date: Thu, 7 Aug 2008 16:26:47 +0200 Subject: Set up m4 directory for inclusion of macro files. let it be known to aclocal. Don't ignore the whole directory, just the macro files in it that should not be tracked by git. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 37dbab0..1e5cc64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,3 +32,4 @@ pkgconfig_DATA += libcanberra-gtk.pc endif DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc +ACLOCAL_AMFLAGS = -I m4 -- cgit