(libcoreutils_a_SOURCES): Add base64.h and base64.c.
authorJim Meyering <jim@meyering.net>
Mon, 27 Feb 2006 10:49:40 +0000 (10:49 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 27 Feb 2006 10:49:40 +0000 (10:49 +0000)
lib/Makefile.am

index 062ad31..81340ff 100644 (file)
@@ -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 \