X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=data1%2FMakefile.am;h=3aba070dba81f2d507ee3fab48d9806e0e3a6f5a;hb=1b8e1d7dfece31918056f76819c18675ed6e781e;hp=54e28faada9deb2d66e209d74a4b87193abfa794;hpb=a0c8ad663e1c39942375e032abfd0be156f9c2ca;p=idzebra-moved-to-github.git diff --git a/data1/Makefile.am b/data1/Makefile.am index 54e28fa..3aba070 100644 --- a/data1/Makefile.am +++ b/data1/Makefile.am @@ -1,11 +1,11 @@ -## $Id: Makefile.am,v 1.5 2006-06-29 13:47:52 adam Exp $ +## $Id: Makefile.am,v 1.8 2006-07-06 12:42:21 marc Exp $ -lib_LTLIBRARIES=libidzebra-data1.la +noinst_LTLIBRARIES=libidzebra-data1.la -libidzebra_data1_la_LDFLAGS=-version-info $(ZEBRALIBS_VERSION) libidzebra_data1_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 + d1_marc.c d1_write.c d1_expout.c d1_sumout.c d1_soif.c d1_prtree.c d1_if.c \ + d1_utils.c AM_CPPFLAGS=-I$(top_srcdir)/include $(YAZINC)