From: Adam Dickmeiss Date: Mon, 9 Jul 2001 23:12:08 +0000 (+0000) Subject: Added dirent.c. X-Git-Tag: ZEBRA.1.1~8 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=9580155b65a60b2d79fcdf3f2abdce32f96e142c Added dirent.c. --- diff --git a/util/Makefile.am b/util/Makefile.am index 840dd00..886e75c 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.1 2000-04-05 09:49:36 adam Exp $ +## $Id: Makefile.am,v 1.2 2001-07-09 23:12:08 adam Exp $ noinst_LIBRARIES = libutil.a @@ -9,7 +9,7 @@ LDADD = libutil.a @YAZLIB@ @LIBS@ TESTS = passtest -libutil_a_SOURCES = res.c charmap.c zebramap.c passwddb.c zebra-lock.c +libutil_a_SOURCES = res.c charmap.c zebramap.c passwddb.c zebra-lock.c dirent.c passtest_SOURCES = passtest.c