summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-27 10:49:40 +0000
committerJim Meyering <jim@meyering.net>2006-02-27 10:49:40 +0000
commit021990a737856111513dd4f69ebe9ec4ac55c112 (patch)
treec271ef7d6df69beacfd4ca1bc160082b485cb9de /lib/Makefile.am
parenta4050e7a70426bc66bb100a12c8701ba94fd98a1 (diff)
downloadcoreutils-021990a737856111513dd4f69ebe9ec4ac55c112.tar.xz
(libcoreutils_a_SOURCES): Add base64.h and base64.c.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 062ad31ea..81340ff0f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
## Makefile for gnulib/lib -*-Makefile-*-
-# Copyright (C) 1995-2005 Free Software Foundation, Inc.
+# Copyright (C) 1995-2006 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -29,6 +29,7 @@ DEFS += -DLIBDIR=\"$(libdir)\"
libcoreutils_a_SOURCES = \
allocsa.c allocsa.h \
+ base64.c base64.h \
buffer-lcm.c buffer-lcm.h \
euidaccess.h \
exit.h \