summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-07-24 13:12:57 -0700
committerAlan Coopersmith <alanc@alf.(none)>2006-07-24 13:12:57 -0700
commit3399e7bed20680520b39ade782d7a33966d477ae (patch)
tree118adeaa1b5d9bd8dbc4ed61832628315a4b819a
parentaa4f35661022f3f1c1b94284b34a531381d3a7f1 (diff)
downloadxorg-lib-libXau-3399e7bed20680520b39ade782d7a33966d477ae.tar.gz
Add lint library to CLEANFILES
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bf24d37..3e917e5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,7 @@ LIB_MAN_DIR_SUFFIX = $(LIB_MAN_DIR:@mandir@/man%=%)
libmandir = $(LIB_MAN_DIR)
libman_PRE = Xau.man
BUILT_SOURCES = shadows.DONE
-CLEANFILES = $(libman_DATA) $(BUILT_SOURCES)
+CLEANFILES = $(libman_DATA) $(BUILT_SOURCES) $(lintlib_DATA)
libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) \
$(Xau_shadows:=.@LIB_MAN_SUFFIX@)