(extra-objs): Add iconvconfig-modules so that make clean works.

This commit is contained in:
Andreas Jaeger 2001-08-25 16:19:15 +00:00
parent cf44e2dd73
commit 7dbadfc598
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ vpath %.c ../locale/programs
iconv_prog-modules = iconv_charmap charmap charmap-dir linereader \
dummy-repertoire simple-hash xstrdup xmalloc
iconvconfig-modules = strtab xmalloc
extra-objs = $(iconv_prog-modules:=.o)
extra-objs = $(iconv_prog-modules:=.o) $(iconvconfig-modules:=.o)
CFLAGS-iconv_prog.c = -I../locale/programs
CFLAGS-iconv_charmap.c = -I../locale/programs
CFLAGS-dummy-repertoire.c = -I../locale/programs