X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=data1%2FMakefile.am;fp=data1%2FMakefile.am;h=aabd6c0f1b3aaceff764779b6741f54b60435321;hb=519fefb91135ad52134b9fc4e82b3874f5525a2b;hp=0000000000000000000000000000000000000000;hpb=e868e46c150fd38e72a1d087ce5306bb7c715847;p=idzebra-moved-to-github.git diff --git a/data1/Makefile.am b/data1/Makefile.am new file mode 100644 index 0000000..aabd6c0 --- /dev/null +++ b/data1/Makefile.am @@ -0,0 +1,10 @@ +## $Id: Makefile.am,v 1.1 2002-10-22 12:53:33 adam Exp $ + +noinst_LIBRARIES=libdata1.a + +libdata1_a_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 + +AM_CPPFLAGS=-I$(top_srcdir)/include $(YAZINC) +