[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2071] nagiosplug/trunk/lib/tests/Makefile.am

tonvoon at users.sourceforge.net tonvoon at users.sourceforge.net
Wed Nov 5 18:07:40 CET 2008


Revision: 2071
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2071&view=rev
Author:   tonvoon
Date:     2008-11-05 17:07:40 +0000 (Wed, 05 Nov 2008)

Log Message:
-----------
Need to add in the libgnu.la for Solaris and other platforms
where missing functions have been replaced by GNUlib

Modified Paths:
--------------
    nagiosplug/trunk/lib/tests/Makefile.am

Modified: nagiosplug/trunk/lib/tests/Makefile.am
===================================================================
--- nagiosplug/trunk/lib/tests/Makefile.am	2008-11-05 16:22:03 UTC (rev 2070)
+++ nagiosplug/trunk/lib/tests/Makefile.am	2008-11-05 17:07:40 UTC (rev 2071)
@@ -6,7 +6,7 @@
 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list