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=4152c57cba04ebdb33c0e924eb2ccfde83885d87;hp=ad776e512186cb58d04ed3c09cf1354dbeea1b36;hb=8e4eabe621f8b8195faa6625a38a2e1ae7b68aa1;hpb=37b3d8433b89248def810d7cfa9b110893519f65 diff --git a/util/Makefile.in b/util/Makefile.in index ad776e5..4152c57 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -67,6 +67,7 @@ DLLTOOL = @DLLTOOL@ ILLLIB = @ILLLIB@ ILLMODULE = @ILLMODULE@ LD = @LD@ +LIBTHREAD = @LIBTHREAD@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ @@ -81,6 +82,8 @@ YAZ_SRC_ROOT = @YAZ_SRC_ROOT@ noinst_LTLIBRARIES = libutil.la +#lib_LTLIBRARIES = libyazthread.la + bin_SCRIPTS = yaz-comp EXTRA_DIST = yaz-comp @@ -89,6 +92,8 @@ LIBS = INCLUDES = -I$(srcdir)/../include +libyazthread_la_INCLUDES = -I$(srcdir)/../include + noinst_PROGRAMS = marcdump marcdump_LDADD = libutil.la @@ -387,6 +392,8 @@ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean +#libyazthread_la_SOURCES=nmemthread.c xmalloc.c log.c + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: