X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=rset%2FMakefile.am;h=0c8a466439bd0a9013ceba0bd9dedd1d4765ba92;hb=651974e51cda5f503b3cbecbe11370a329d6b7e4;hp=b7fc71672b2fc50dce576a47946ecc5c9f838aa0;hpb=cb7fd35de99bb927babcaa4e904f44c7783d2ea8;p=idzebra-moved-to-github.git diff --git a/rset/Makefile.am b/rset/Makefile.am index b7fc716..0c8a466 100644 --- a/rset/Makefile.am +++ b/rset/Makefile.am @@ -1,8 +1,9 @@ -## $Id: Makefile.am,v 1.5 2004-06-09 12:15:25 adam Exp $ -noinst_LIBRARIES = librset.a +## $Id: Makefile.am,v 1.17 2006-07-03 14:27:13 adam Exp $ -librset_a_SOURCES = rset.c rstemp.c rsisam.c rsnull.c rsbool.c rsbetween.c \ - rsisamc.c rsm_or.c rsisams.c rsisamd.c rsisamb.c rsprox.c +noinst_LTLIBRARIES = libidzebra-rset.la -INCLUDES = -I$(srcdir)/../include $(YAZINC) +libidzebra_rset_la_LDFLAGS=-version-info $(ZEBRALIBS_VERSION) +libidzebra_rset_la_SOURCES = rset.c rstemp.c rsnull.c rsbool.c rsbetween.c \ + rsisamc.c rsmultiandor.c rsisams.c rsisamb.c rsprox.c +AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)