diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2010-09-16 10:28:05 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2010-09-16 10:28:05 -0700 |
commit | 0a1b333821e8995c2f009cde6361f7c9cd90678e (patch) | |
tree | 3af1770c51265d51316d8e28bf47d5ae73bdb3b6 /xts5/Xlib11 | |
parent | 5f52061ca072b1ce94ecc9b4a5ab2ea9ea0e1b9f (diff) |
[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 <aplattner@nvidia.com>
Diffstat (limited to 'xts5/Xlib11')
-rw-r--r-- | xts5/Xlib11/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/Xlib11/Makefile.am b/xts5/Xlib11/Makefile.am index 64237fad..8340f20e 100644 --- a/xts5/Xlib11/Makefile.am +++ b/xts5/Xlib11/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 = \ ButtonPress \ |