X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=client%2FMakefile.am;h=fb0e32d5ffe5c68af0ec4ac1c805804d8fac9160;hb=b7e0b586c47f8cc0c99f0195e0b554dc5f1af072;hp=47e223b1dc4695dad62554a91aa1da4dc923a6a1;hpb=e23eae6ada71a70849bcdab7ee179579aad248e1;p=yaz-moved-to-github.git diff --git a/client/Makefile.am b/client/Makefile.am index 47e223b..fb0e32d 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -1,19 +1,23 @@ -## Copyright (C) 1995-2004, Index Data +## Copyright (C) 1995-2007, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.23 2004-05-01 23:32:20 adam Exp $ +## $Id: Makefile.am,v 1.29 2007-01-24 11:50:18 adam Exp $ + 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_CFLAGS=$(THREAD_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