From 021990a737856111513dd4f69ebe9ec4ac55c112 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 27 Feb 2006 10:49:40 +0000 Subject: (libcoreutils_a_SOURCES): Add base64.h and base64.c. --- lib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf