X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2FMakefile.in;fp=util%2FMakefile.in;h=99cd311dfa76c5bd0e5d0de900dde926dd0073a6;hp=e0edef0d1384a7291a3e2703ecd74596378b93b8;hb=19af2bd8dfd21731cc978beccd1346133d614c67;hpb=715f35c6d320d5589ea1b80434ab1b2abef823b0 diff --git a/util/Makefile.in b/util/Makefile.in index e0edef0..99cd311 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -71,16 +71,16 @@ VERSION = @VERSION@ noinst_LIBRARIES = libutil.a EXTRA_DIST = yc.tcl -INCLUDES = -I../include +INCLUDES = -I../include + libutil_a_SOURCES = options.c log.c marcdisp.c oid.c wrbuf.c nmemsdup.c xmalloc.c readconf.c tpath.c nmem.c matchstr.c atoin.c mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../include/yaz/config.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) -DEFS = @DEFS@ -I. -I$(srcdir) -I../include/yaz +DEFS = @DEFS@ -I. -I$(srcdir) CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@