From: John Darrington Date: Sat, 7 Feb 2009 07:32:03 +0000 (+0900) Subject: Add LIB_CLOSE to link command for dissect-sysfile program. X-Git-Tag: v0.7.3~304 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=fbe0cd10fec729bcc6af5913b9ad32c4cd716a09 Add LIB_CLOSE to link command for dissect-sysfile program. --- diff --git a/tests/automake.mk b/tests/automake.mk index d6659e84..bf8fdafe 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -298,7 +298,7 @@ tests_dissect_sysfile_SOURCES = \ src/libpspp/integer-format.c \ src/libpspp/float-format.c \ tests/dissect-sysfile.c -tests_dissect_sysfile_LDADD = gl/libgl.la @LIBINTL@ +tests_dissect_sysfile_LDADD = gl/libgl.la @LIBINTL@ @LIB_CLOSE@ tests_dissect_sysfile_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" EXTRA_DIST += \