diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gconv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gconv/Makefile.am b/contrib/gconv/Makefile.am index 0e89f5bb..68b5bd5f 100644 --- a/contrib/gconv/Makefile.am +++ b/contrib/gconv/Makefile.am @@ -9,7 +9,7 @@ gconv_base_sources = iconv/skeleton.c iconv/loop.c arib-std-b24.c, en300-468-tab00.c: $(gconv_base_sources) ARIB_STD_B24_la_SOURCES = arib-std-b24.c jis0201.h jis0208.h jisx0213.h -ARIB_STD_B24_la_LDFLAGS = $(gconv_ldflags) -L@gconvsysdir@ -R @gconvsysdir@ -lJIS -lJISX0213 +ARIB_STD_B24_la_LDFLAGS = $(gconv_ldflags) -L@gconvsysdir@ -R@gconvsysdir@ -lJIS -lJISX0213 EN300_468_TAB00_la_SOURCES = en300-468-tab00.c EN300_468_TAB00_la_LDFLAGS = $(gconv_ldflags) |