summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d326f51..257e396 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,7 @@ SUBDIRS = relblobif relindexif relmddif relcatalogif reladminif relstorageif \
indexmgr catalogmgr tilemgr storagemgr compression commline network \
raslib clientcomm servercomm rasodmg qlparser conversion \
mddmgr httpserver mymalloc time server rasmgr rascontrol rasdl \
- applications bin insertutils manuals_and_examples include java
+ applications bin insertutils manuals_and_examples include
all:
cd petascope; ant
diff --git a/configure.ac b/configure.ac
index fb88112..77615aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,7 +131,6 @@ AC_CONFIG_FILES([Makefile
manuals_and_examples/Makefile
insertutils/Makefile
include/Makefile
- java/Makefile
])
# --------------- Header Template Definitions ----------------------