X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=retrieval%2FMakefile.am;fp=retrieval%2FMakefile.am;h=0d9aab0d9c9e8387bae9c27acb6b32bc449c17e1;hb=7acd51b7cdffca5ad92a777d2c6e8e9bae1f9fd3;hp=db51436d901999b4fa6eef10b5be27ea6b17661b;hpb=6fdf5380057b2e9159050ddbb7cd79c86690a6ef;p=yaz-moved-to-github.git diff --git a/retrieval/Makefile.am b/retrieval/Makefile.am index db51436..0d9aab0 100644 --- a/retrieval/Makefile.am +++ b/retrieval/Makefile.am @@ -1,10 +1,12 @@ -## $Id: Makefile.am,v 1.2 2000-02-28 11:44:39 adam Exp $ +## $Id: Makefile.am,v 1.3 2000-04-05 07:39:55 adam Exp $ -noinst_LIBRARIES=libret.a +noinst_LTLIBRARIES=libret.la -libret_a_SOURCES = d1_handle.c d1_read.c d1_attset.c d1_tagset.c d1_absyn.c \ +LIBS = + +libret_la_SOURCES = d1_handle.c d1_read.c d1_attset.c d1_tagset.c d1_absyn.c \ d1_grs.c d1_sutrs.c d1_varset.c d1_espec.c d1_doespec.c d1_map.c d1_marc.c\ d1_write.c d1_expout.c d1_sumout.c d1_soif.c d1_prtree.c d1_if.c -INCLUDES=-I../include +INCLUDES=-I$(srcdir)/../include