From c7c22aef4489e15b7a08b3d41b462865f6a27faf Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Wed, 18 May 2011 22:15:49 -0700 Subject: [PATCH] clean slc-lex.c --- lib/sl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sl/Makefile.am b/lib/sl/Makefile.am index cd8c72312..1b585016e 100644 --- a/lib/sl/Makefile.am +++ b/lib/sl/Makefile.am @@ -29,7 +29,7 @@ libexec_heimdal_PROGRAMS = slc slc_SOURCES = slc-gram.y slc-lex.l slc.h -CLEANFILES = snprintf.c strtok_r.c strdup.c strupr.c getprogname.c +CLEANFILES = snprintf.c strtok_r.c strdup.c strupr.c getprogname.c slc-lex.c LDADD = libsl.la $(LIB_roken)