From 1fe4d77846caf7cb62ec1a7826ab01bed5ac7238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 28 Oct 2011 20:36:40 -0700 Subject: [PATCH] remove getprogname.c --- lib/sl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sl/Makefile.am b/lib/sl/Makefile.am index b29e6a9c5..e7be219fc 100644 --- a/lib/sl/Makefile.am +++ b/lib/sl/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.am.common if do_roken_rename -ES = strtok_r.c snprintf.c strdup.c strupr.c getprogname.c +ES = strtok_r.c snprintf.c strdup.c strupr.c endif AM_CPPFLAGS += $(ROKEN_RENAME) @@ -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 slc-lex.c +CLEANFILES = snprintf.c strtok_r.c strdup.c strupr.c slc-lex.c LDADD = libsl.la $(LIB_roken)