From: Bruno Haible Date: Fri, 11 May 2001 14:09:12 +0000 (+0000) Subject: Add progname.[ch]. X-Git-Tag: v0.11~728 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22b44d7f8fd0b63f239b5b55f47b9cccc8e62c4f;p=thirdparty%2Fgettext.git Add progname.[ch]. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 4946be981..06f59c651 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -28,13 +28,13 @@ gen-lbrkprop.c 3level.h libnlsut_a_SOURCES = basename.c c-ctype.c concatpath.c fstrcmp.c \ getopt.c getopt1.c hash.c linebreak.c localcharset.c mbswidth.c obstack.c \ -xerror.c xgetcwd.c xmalloc.c xstrdup.c +progname.c xerror.c xgetcwd.c xmalloc.c xstrdup.c libnlsut_a_LIBADD = @ALLOCA@ @LIBOBJS@ noinst_HEADERS = c-ctype.h error.h fstrcmp.h getline.h getopt.h hash.h \ -lbrkprop.h linebreak.h mbswidth.h obstack.h printf-parse.h printf.h system.h \ -pathmax.h xerror.h +lbrkprop.h linebreak.h mbswidth.h obstack.h pathmax.h printf-parse.h printf.h \ +progname.h system.h xerror.h DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@ INCLUDES = -I. -I$(srcdir) -I.. -I../intl