X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2FMakefile.am;h=834e19817c8537a453072abe2e63ff945bb4511e;hb=8d47d759a2e957ada235ab83bf877f2eb0d2ab99;hp=210455649a0fd9c497adc38037176fed40d8865e;hpb=7887042844aef0c6f3d2b711e315abe91c26d211;p=idzebra-moved-to-github.git diff --git a/rset/Makefile.am b/rset/Makefile.am index 2104556..834e198 100644 --- a/rset/Makefile.am +++ b/rset/Makefile.am @@ -1,7 +1,7 @@ -## $Id: Makefile.am,v 1.9 2004-08-16 16:17:49 heikki Exp $ -noinst_LIBRARIES = librset.a +## $Id: Makefile.am,v 1.12 2004-08-25 09:23:38 adam Exp $ +lib_LTLIBRARIES = libidzebra-rset.la -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 +libidzebra_rset_la_SOURCES = rset.c rstemp.c rsnull.c rsbool.c rsbetween.c \ + rsisamc.c rsmultior.c rsisams.c rsisamb.c rsprox.c AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)