From ef9afe4830c38e8668be4d52b3d550f6a6f12690 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Tue, 10 Aug 2010 15:29:31 +0100 Subject: [PATCH] Update gitignore --- Makefile.am | 2 +- panels/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d15795656..9b3c17076 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ EXTRA_DIST = \ DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb --enable-gtk-doc --enable-examples -GITIGNOREFILES=m4 +GITIGNOREFILES=m4 help/*/*.mo -include $(top_srcdir)/git.mk diff --git a/panels/Makefile.am b/panels/Makefile.am index 8e989f9e6..09814eea4 100644 --- a/panels/Makefile.am +++ b/panels/Makefile.am @@ -8,3 +8,5 @@ SUBDIRS= \ keybindings \ universal-access \ datetime + +-include $(top_srcdir)/git.mk