X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2FMakefile.am;h=680c2896e2404b873aca444bb9e526c6ba23ffc0;hb=dedba382ec4773d8abdf244290020f3da42113b6;hp=a5395d836989f1d53161aff847e06e6845dffae0;hpb=be3968a60792190ba6a87b9c60513c1fa761f512;p=yaz-moved-to-github.git diff --git a/client/Makefile.am b/client/Makefile.am index a5395d8..680c289 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -1,21 +1,19 @@ -## Copyright (C) 1995-2004, Index Data -## All rights reserved. -## $Id: Makefile.am,v 1.24 2004-10-09 08:03:26 adam Exp $ +## This file is part of the YAZ toolkit. +## Copyright (C) 1995-2008 Index Data bin_PROGRAMS=yaz-client EXTRA_PROGRAMS=bertorture EXTRA_DIST = default.bib -COMMON=admin.c admin.h tabcomplete.c tabcomplete.h +COMMON=admin.c admin.h tabcomplete.c tabcomplete.h fhistory.c fhistory.h yaz_client_SOURCES=client.c $(COMMON) -AM_CPPFLAGS=$(SSL_CFLAGS) +AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) $(SSL_CFLAGS) yaz_client_LDADD = ../src/libyaz.la $(READLINE_LIBS) bertorture_LDADD = ../src/libyaz.la bertorture_SOURCES=bertorture.c -AM_CPPFLAGS=-I$(top_srcdir)/include