Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1066 committed - Fixed fakewww build

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1066 committed - Fixed fakewww build


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1066 committed - Fixed fakewww build
  • Date: Fri, 30 May 2014 12:29:34 +0000

Revision: 1066
Author:

Date: Fri May 30 12:29:18 2014 UTC
Log: Fixed fakewww build

http://code.google.com/p/ndt/source/detail?r=1066

Modified:
/trunk/src/Makefile.am

=======================================
--- /trunk/src/Makefile.am Wed May 28 11:17:18 2014 UTC
+++ /trunk/src/Makefile.am Fri May 30 12:29:18 2014 UTC
@@ -68,8 +68,8 @@

if BUILD_FAKEWWW
fakewww_SOURCES = fakewww.c troute.c troute6.c tr-tree.c tr-tree6.c network.c usage.c logging.c \
- runningtest.c ndtptestconstants.c strlutils.c
-fakewww_LDADD = $(I2UTILLIBDEPS) $(ZLIB)
+ runningtest.c ndtptestconstants.c strlutils.c jsonutils.c
+fakewww_LDADD = $(I2UTILLIBDEPS) $(ZLIB) $(JSONLIB)
fakewww_CPPFLAGS ='-DBASEDIR="$(ndtdir)"'
endif



  • [ndt-dev] [ndt] r1066 committed - Fixed fakewww build, ndt, 05/30/2014

Archive powered by MHonArc 2.6.16.

Top of Page