From 451c575ae8c09aea34037ae2e7169337b38e89d0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 10 Oct 2004 22:44:34 +0000 Subject: [PATCH] Fix setting of AM_CPPFLAGS --- client/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/Makefile.am b/client/Makefile.am index a5395d8..c5bae5b 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -1,6 +1,7 @@ ## Copyright (C) 1995-2004, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.24 2004-10-09 08:03:26 adam Exp $ +## $Id: Makefile.am,v 1.25 2004-10-10 22:44:34 adam Exp $ + bin_PROGRAMS=yaz-client EXTRA_PROGRAMS=bertorture @@ -10,12 +11,11 @@ EXTRA_DIST = default.bib COMMON=admin.c admin.h tabcomplete.c tabcomplete.h yaz_client_SOURCES=client.c $(COMMON) -AM_CPPFLAGS=$(SSL_CFLAGS) +AM_CPPFLAGS=-I$(top_srcdir)/include $(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 -- 1.7.10.4