diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-07-24 13:12:57 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-07-24 13:12:57 -0700 |
commit | 3399e7bed20680520b39ade782d7a33966d477ae (patch) | |
tree | 118adeaa1b5d9bd8dbc4ed61832628315a4b819a | |
parent | aa4f35661022f3f1c1b94284b34a531381d3a7f1 (diff) |
Add lint library to CLEANFILES
-rw-r--r-- | Makefile.am | 2 |
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@) |