Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1115 committed - The applet doesn't require GCJ to build

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1115 committed - The applet doesn't require GCJ to build


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1115 committed - The applet doesn't require GCJ to build
  • Date: Thu, 26 Jun 2014 15:32:33 +0000

Revision: 1115
Author:

Date: Thu Jun 26 15:32:26 2014 UTC
Log: The applet doesn't require GCJ to build


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

Modified:
/trunk/Makefile.am

=======================================
--- /trunk/Makefile.am Wed Jun 25 17:56:39 2014 UTC
+++ /trunk/Makefile.am Thu Jun 26 15:32:26 2014 UTC
@@ -17,11 +17,13 @@
#

SUBDIRS = @TOP_BUILD_DIRS@ src conf doc
-if HAVE_GCJ
-SUBDIRS += Admin janalyze
+
if INCLUDE_APPLET
SUBDIRS += Applet
endif
+
+if HAVE_GCJ
+SUBDIRS += Admin janalyze
if HAVE_MXMLC
if BUILD_FLASH_CLT
SUBDIRS += flash-client


  • [ndt-dev] [ndt] r1115 committed - The applet doesn't require GCJ to build, ndt, 06/26/2014

Archive powered by MHonArc 2.6.16.

Top of Page