From c63b67bd9b89dc6f868f9affde85d5c5c262b9f9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 7 May 2000 21:58:34 +0000 Subject: Update. 2000-05-07 Ulrich Drepper * iconv/Makefile (tests): Add tst-iconv1. * iconv/tst-iconv1.c: New file. Reported by yaoz@nih.gov. --- iconv/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'iconv/Makefile') diff --git a/iconv/Makefile b/iconv/Makefile index 431100d..14076e6 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -34,6 +34,8 @@ CFLAGS-gconv_db.c = -DSTATIC_GCONV CFLAGS-gconv_simple.c = -DSTATIC_GCONV endif +tests = tst-iconv1 + distribute = gconv_builtin.h gconv_int.h loop.c skeleton.c others = iconv_prog -- cgit v1.1