Code

Need to add in the libgnu.la for Solaris and other platforms
authorTon Voon <tonvoon@users.sourceforge.net>
Wed, 5 Nov 2008 17:07:40 +0000 (17:07 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Wed, 5 Nov 2008 17:07:40 +0000 (17:07 +0000)
where missing functions have been replaced by GNUlib

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2071 f882894a-f735-0410-b71e-b25c423dba1c

lib/tests/Makefile.am

index ba0973c9fb4fad095c9f2e5f36aadb15c9ceae59..805acf33af1be5a45e98d562abf763d5c8c57c67 100644 (file)
@@ -6,7 +6,7 @@ TESTS = @EXTRA_TEST@
 check_PROGRAMS = @EXTRA_TEST@
 
 TAP_LIB_DIR = $(top_srcdir)/@TAP_DIR@/src
-TAP_O = $(TAP_LIB_DIR)/tap.o
+TAP_O = $(TAP_LIB_DIR)/tap.o $(TAP_LIB_DIR)/../lib/libgnu.la
 INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins -I$(TAP_LIB_DIR)
 
 EXTRA_PROGRAMS = test_utils test_disk test_tcp test_cmd test_base64 test_ini test_opts