From 0a1b333821e8995c2f009cde6361f7c9cd90678e Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Thu, 16 Sep 2010 10:28:05 -0700 Subject: [dist] Don't clean BUILT_SOURCES We distribute the generated .c files, so we shouldn't clean them when the user runs "make clean". They should be cleaned as part of the "distclean" target. Signed-off-by: Aaron Plattner --- xts5/Xlib10/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xts5/Xlib10') diff --git a/xts5/Xlib10/Makefile.am b/xts5/Xlib10/Makefile.am index 3f99f17a..093bd556 100644 --- a/xts5/Xlib10/Makefile.am +++ b/xts5/Xlib10/Makefile.am @@ -14,7 +14,7 @@ LDADD = $(top_builddir)/src/tet3/tcm/libtcmmain.la \ testprogdir = $(libexecdir)/$(subdir) nobase_testprog_PROGRAMS = $(tprogs) BUILT_SOURCES = $(tprogs:=.c) -CLEANFILES = $(BUILT_SOURCES) +DISTCLEANFILES = $(BUILT_SOURCES) tprogs = \ XActivateScreenSaver \ -- cgit v1.2.3