From 7e1f569f5266b46123b0174c95b7204338d55dd8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 19 Mar 2001 21:30:06 +0000 Subject: [PATCH] Added bib1 and default.bib. --- ccl/Makefile.am | 4 +++- client/Makefile.am | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ccl/Makefile.am b/ccl/Makefile.am index 8843743..ac4b679 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,9 +1,11 @@ -## $Id: Makefile.am,v 1.4 2001-03-18 20:45:39 ja7 Exp $ +## $Id: Makefile.am,v 1.5 2001-03-19 21:30:06 adam Exp $ noinst_LTLIBRARIES = libccl.la noinst_PROGRAMS = cclsh +EXTRA_DIST = bib1 + LIBS = $(READLINE_LIBS) INCLUDES=-I$(srcdir)/../include diff --git a/client/Makefile.am b/client/Makefile.am index b4d3f1a..52a6e9a 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -1,9 +1,11 @@ ## Copyright (C) 1995-2000, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.8 2000-05-25 19:58:00 adam Exp $ +## $Id: Makefile.am,v 1.9 2001-03-19 21:30:06 adam Exp $ bin_PROGRAMS=yaz-client +EXTRA_DIST = default.bib + yaz_client_SOURCES=client.c admin.c admin.h yaz_client_LDADD = ../lib/libyaz.la $(READLINE_LIBS) -- 1.7.10.4