diff options
Diffstat (limited to 'iconv')
-rw-r--r-- | iconv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iconv/Makefile b/iconv/Makefile index c0bb2a0..214941b 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -38,6 +38,7 @@ vpath %.c ../locale/programs iconv_prog-modules = iconv_charmap charmap charmap-dir linereader \ dummy-repertoire simple-hash xstrdup xmalloc +extra-objs = $(iconv_prog-modules:=.o) CFLAGS-iconv_prog.c = -I../locale/programs CFLAGS-iconv_charmap.c = -I../locale/programs CFLAGS-dummy-repertoire.c = -I../locale/programs |