From 24c726523c505a153e2699fb67433ed14e098bf8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 3 Feb 2002 09:04:55 +0000 Subject: [PATCH] Added tabcomplete.h to SOURCES --- client/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Makefile.am b/client/Makefile.am index f7a50c8..8e6dcb3 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -1,12 +1,12 @@ ## Copyright (C) 1995-2000, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.12 2002-01-29 20:17:41 ja7 Exp $ +## $Id: Makefile.am,v 1.13 2002-02-03 09:04:55 adam Exp $ bin_PROGRAMS=yaz-client EXTRA_DIST = default.bib -yaz_client_SOURCES=client.c admin.c admin.h tabcomplete.c +yaz_client_SOURCES=client.c admin.c admin.h tabcomplete.c tabcomplete.h yaz_client_LDADD = ../lib/libyaz.la $(READLINE_LIBS) -- 1.7.10.4