X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=rset%2FMakefile.am;h=0c8a466439bd0a9013ceba0bd9dedd1d4765ba92;hb=651974e51cda5f503b3cbecbe11370a329d6b7e4;hp=834e19817c8537a453072abe2e63ff945bb4511e;hpb=ec214819d7b9e2f5c362584d8e38f83e13aae600;p=idzebra-moved-to-github.git diff --git a/rset/Makefile.am b/rset/Makefile.am index 834e198..0c8a466 100644 --- a/rset/Makefile.am +++ b/rset/Makefile.am @@ -1,7 +1,9 @@ -## $Id: Makefile.am,v 1.12 2004-08-25 09:23:38 adam Exp $ -lib_LTLIBRARIES = libidzebra-rset.la +## $Id: Makefile.am,v 1.17 2006-07-03 14:27:13 adam Exp $ +noinst_LTLIBRARIES = libidzebra-rset.la + +libidzebra_rset_la_LDFLAGS=-version-info $(ZEBRALIBS_VERSION) libidzebra_rset_la_SOURCES = rset.c rstemp.c rsnull.c rsbool.c rsbetween.c \ - rsisamc.c rsmultior.c rsisams.c rsisamb.c rsprox.c + rsisamc.c rsmultiandor.c rsisams.c rsisamb.c rsprox.c AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)