]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Use a substitution to maintain only one list of files to process
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 3 Mar 2010 19:41:22 +0000 (19:41 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 3 Mar 2010 19:41:22 +0000 (19:41 +0000)
Makefile.in

index e6d13e854234d17d80233bc770b43a1a6398657e..e7984ac4e46324216b45858cbb88e7317e357e19 100644 (file)
@@ -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