source: trunk/gsdl/packages/yaz/ccl/Makefile.am@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 227 bytes
Line 
1## $Id: Makefile.am 1343 2000-08-03 03:12:39Z johnmcp $
2
3noinst_LIBRARIES = libccl.a
4
5noinst_PROGRAMS = cclsh
6
7INCLUDES=-I../include
8
9libccl_a_SOURCES = cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \
10 cclqfile.c cclstr.c
11cclsh_SOURCES=cclsh.c
12cclsh_LDADD = libccl.a
Note: See TracBrowser for help on using the repository browser.