X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2FMakefile.am;h=85cef5524e3ab4974df7cedb9162f58c7d4bcb8d;hb=7253cbefce93c35a083505e14d97b3ae24c0a66b;hp=210455649a0fd9c497adc38037176fed40d8865e;hpb=7887042844aef0c6f3d2b711e315abe91c26d211;p=idzebra-moved-to-github.git diff --git a/rset/Makefile.am b/rset/Makefile.am index 2104556..85cef55 100644 --- a/rset/Makefile.am +++ b/rset/Makefile.am @@ -1,7 +1,8 @@ -## $Id: Makefile.am,v 1.9 2004-08-16 16:17:49 heikki Exp $ -noinst_LIBRARIES = librset.a +## $Id: Makefile.am,v 1.18 2006-07-05 15:03:52 adam Exp $ -librset_a_SOURCES = rset.c rstemp.c rsnull.c rsbool.c rsbetween.c \ - rsisamc.c rsm_or.c rsmultior.c rsisams.c rsisamb.c rsprox.c +noinst_LTLIBRARIES = libidzebra-rset.la + +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)