1
1

Fix the macro name in the comment: it's EXTRA_DIST, not EXTRA_SOURCES.

This commit was SVN r26429.
Этот коммит содержится в:
Jeff Squyres 2012-05-10 14:07:36 +00:00
родитель ddcdc20640
Коммит 2d78728d38

Просмотреть файл

@ -53,7 +53,7 @@ bin_PROGRAMS += HDFSFileFinder.class
# _SOURCES, either, because we haven't configured Automake to handle
# Java (because current versions of Automake only have GCJ, not other
# Java compilers). So set _SOURCES to blank and list the .java file
# in EXTRA_SOURCES, above. :-(
# in EXTRA_DIST, above. :-(
HDFSFileFinder_class_SOURCES =
if ORTE_HAVE_HADOOP_SERIES1