From: Frédéric Marchal Date: Wed, 3 Mar 2010 19:41:22 +0000 (+0000) Subject: Use a substitution to maintain only one list of files to process X-Git-Tag: v2.3-pre2~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=556e73ccbbd70fbed2dbe7d80a1a255e4fc07004;p=thirdparty%2Fsarg.git Use a substitution to maintain only one list of files to process --- diff --git a/Makefile.in b/Makefile.in index e6d13e8..e7984ac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,19 +37,12 @@ SRCS = util.c log.c report.c topuser.c email.c sort.c html.c \ totger.c index.c getconf.c usage.c decomp.c ip2name.c \ useragent.c exclude.c convlog.c totday.c repday.c datafile.c\ indexonly.c splitlog.c lastlog.c topsites.c siteuser.c css.c \ - smartfilter.c denied.cauthfail.c language.c charset.c \ + smartfilter.c denied.c authfail.c charset.c \ squidguard_log.c squidguard_report.c auth.c download.c grepday.c \ dansguardian_log.c dansguardian_report.c realtime.c btree_cache.c \ usertab.c userinfo.c -OBJS = util.o log.o report.o topuser.o email.o sort.o html.o \ - totger.o index.o getconf.o usage.o decomp.o ip2name.o \ - useragent.o exclude.o convlog.o totday.o repday.o datafile.o \ - indexonly.o splitlog.o lastlog.o topsites.o siteuser.o css.o \ - smartfilter.o denied.o authfail.o language.o charset.o \ - squidguard_log.o squidguard_report.o auth.o download.o grepday.o \ - dansguardian_log.o dansguardian_report.o realtime.o btree_cache.o \ - usertab.o userinfo.o +OBJS = $(patsubst %.c,%.o,$(SRCS)) DISTFILES = $(SRCS) ABOUT-NLS