From 760b6ad9edf870ed7dcf7243bbf407a9d2679fe3 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 1 Mar 2010 10:52:31 -0500 Subject: [PATCH] (autobuilder test) Really break the build --- Makefile.am | 1 - src/Makefile.am | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a50cc4ec5..cc3c02d31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,6 @@ EXTRA_DIST = \ .project \ .settings \ autogen.sh \ - THIS_DOES_NOT_EXIST \ tools/check-for-missing.py # These are files checked into Git that we don't want to distribute diff --git a/src/Makefile.am b/src/Makefile.am index 99d06367d..3f754ecdb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,6 +53,7 @@ CLEANFILES += $(SHELL_STAMP_FILES) libgnome_shell_la_SOURCES = \ $(shell_built_sources) \ gnome-shell-plugin.c \ + THIS_DOES_NOT_EXIST \ shell-app.c \ shell-app.h \ shell-app-private.h \