X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2FMakefile.am;h=cc1297c7467d7988d898e8261ee80b8010026d8a;hp=a5395d836989f1d53161aff847e06e6845dffae0;hb=c753bab9ac07a09f1bd7ba1dc363e58310e307a7;hpb=be3968a60792190ba6a87b9c60513c1fa761f512 diff --git a/client/Makefile.am b/client/Makefile.am index a5395d8..cc1297c 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) 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) yaz_client_LDADD = ../src/libyaz.la $(READLINE_LIBS) bertorture_LDADD = ../src/libyaz.la bertorture_SOURCES=bertorture.c -AM_CPPFLAGS=-I$(top_srcdir)/include