X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2FMakefile.am;h=24e7f4cc67faf227e7f31c4ee323a969468f0292;hb=48abc88bc981af496e660e8f8a7a4aa678781623;hp=da24039164095efb76a862d8eb9a939fce7b4030;hpb=eab4041057c94f4fd3feffd76c1f987ca67da1c3;p=yaz-moved-to-github.git diff --git a/zoom/Makefile.am b/zoom/Makefile.am index da24039..24e7f4c 100644 --- a/zoom/Makefile.am +++ b/zoom/Makefile.am @@ -1,11 +1,11 @@ -## $Id: Makefile.am,v 1.2 2001-12-30 22:21:11 adam Exp $ +## $Id: Makefile.am,v 1.4 2002-06-02 21:27:17 adam Exp $ ## Copyright (C) 2001, Index Data -INCLUDES = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include noinst_LTLIBRARIES = libzoom.la libzoom_la_SOURCES = zoom-opt.c zoom-c.c zoom-p.h -zoomlibs = libzoom.la ../comstack/libcomstack.la ../z39.50/libz39.50.la ../zutil/libzutil.la ../odr/libodr.la ../util/libutil.la $(READLINE_LIBS) +zoomlibs = libzoom.la ../comstack/libcomstack.la ../z39.50/libz39.50.la ../ill/libill.la ../zutil/libzutil.la ../odr/libodr.la ../util/libutil.la $(READLINE_LIBS) zoomsh_LDADD = $(zoomlibs) zoomtst1_LDADD = $(zoomlibs)