X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=e79d237fce267f1bfd4724508f859f09098b6785;hb=f324699f321593c135a6bb3d858a29f7437cd72d;hp=0774c25f7f468dec7df312ab2e1b8152b94b74fd;hpb=b371ad40aaba0a2000cc31fee8cd536f3d5caeab;p=yaz-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 0774c25..e79d237 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,7 @@ dist-hook: tabdatadir = $(pkgdatadir)/z39.50 tabdata_DATA=datetime.asn esupdate.asn univres.asn z3950v3.asn z.tcl \ - esadmin.asn charneg-3.asn mterm2.asn oclcui.asn + esadmin.asn charneg-3.asn mterm2.asn oclcui.asn facet.asn illdatadir=$(pkgdatadir)/ill illdata_DATA=ill9702.asn item-req.asn ill.tcl oclc-ill-req-ext.asn @@ -63,7 +63,7 @@ diagsru_update.c $(top_srcdir)/include/yaz/diagsru_update.h: csvtosru_update.tcl GEN_FILES = oid_std.c \ marc8.c marc8r.c iso5426.c \ diagbib1.c diagsrw.c diagsru_update.c \ - z-accdes1.c z-accform1.c z-acckrb1.c z-core.c \ + z-accdes1.c z-accform1.c z-acckrb1.c z-core.c z-facet-1.c \ z-diag1.c z-espec1.c z-estask.c z-exp.c z-grs.c z-mterm2.c z-opac.c \ z-uifr1.c z-rrf1.c z-rrf2.c z-sum.c z-sutrs.c z-oclcui.c\ zes-expi.c zes-exps.c zes-order.c zes-pquery.c zes-psched.c \ @@ -77,7 +77,7 @@ libyaz_la_SOURCES=version.c options.c log.c \ wrbuf.c oid_db.c errno.c \ nmemsdup.c xmalloc.c readconf.c tpath.c nmem.c matchstr.c atoin.c \ siconv.c iconv-p.h utf8.c ucs4.c iso5428.c advancegreek.c \ - odr_bool.c ber_bool.c ber_len.c ber_tag.c odr_util.c \ + odr_bool.c ber_bool.c ber_len.c ber_tag.c odr_util.c facet.c \ odr_null.c ber_null.c odr_int.c ber_int.c odr_tag.c odr_cons.c \ odr_seq.c odr_oct.c ber_oct.c odr_bit.c ber_bit.c odr_oid.c \ ber_oid.c odr_use.c odr_choice.c odr_any.c ber_any.c odr.c odr_mem.c \