For includes specs in Makefiles use AM_CPPFLAGS instead of INCLUDE.
[idzebra-moved-to-github.git] / bfile / Makefile.am
1 ## $Id: Makefile.am,v 1.2 2004-06-16 20:49:17 adam Exp $ Copyright (C) 1994-1998, Index Data ApS
2 noinst_LIBRARIES = libbfile.a
3
4 AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)
5
6 libbfile_a_SOURCES = bfile.c mfile.c cfile.c commit.c cfile.h
7