X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altoslib%2FMakefile.am;h=2ee4d89f635e97db90b065c08d95d296b58d165c;hb=161ae96f9ec11e2586df07c0f6d724ddc4dad76c;hp=2c26220bd2ee1d821c62d3e4147a7f22b9c27f31;hpb=2cdb90d9214f8e66b3574cbd9c5ed073a7861681;p=fw%2Faltos diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 2c26220b..2ee4d89f 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -1,4 +1,4 @@ -AM_JAVACFLAGS=-encoding UTF-8 -Xlint:deprecation -source 6 +AM_JAVACFLAGS=-target 1.6 -encoding UTF-8 -Xlint:deprecation -source 6 JAVAROOT=bin @@ -70,6 +70,7 @@ altoslib_JAVA = \ AltosMma655x.java \ AltosMs5607.java \ AltosNoSymbol.java \ + AltosOrient.java \ AltosParse.java \ AltosPreferences.java \ AltosPreferencesBackend.java \