summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-05-11 14:09:12 +0000
committerBruno Haible <bruno@clisp.org>2001-05-11 14:09:12 +0000
commit22b44d7f8fd0b63f239b5b55f47b9cccc8e62c4f (patch)
tree7e0aeb663b361ac85e6680f4dff024fabaf5be6b /lib/Makefile.am
parent7675ef98cea6bfd03a805dbc208ffe8a0a37d9d8 (diff)
downloadexternal_gettext-22b44d7f8fd0b63f239b5b55f47b9cccc8e62c4f.zip
external_gettext-22b44d7f8fd0b63f239b5b55f47b9cccc8e62c4f.tar.gz
external_gettext-22b44d7f8fd0b63f239b5b55f47b9cccc8e62c4f.tar.bz2
Add progname.[ch].
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 4946be9..06f59c6 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