diff options
| author | Keith Packard <keithp@keithp.com> | 2012-07-22 11:53:44 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-07-22 11:54:17 -0700 |
| commit | 233ab58df8ac8e1fdeab8d4c2f6c8c9d3f6e7be1 (patch) | |
| tree | 97077b121ed77cb576424f7c0cf4b6936a735e64 /altoslib/Makefile.am | |
| parent | 38f66a31174dd367e39d717c527f555add60a9d4 (diff) | |
altosui: Move AltosIgnite.java to altoslib
To be shared with altosdroid eventually
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
| -rw-r--r-- | altoslib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index a39623ee..1f42140b 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -29,6 +29,7 @@ AltosLib_JAVA = \ $(SRC)/AltosGreatCircle.java \ $(SRC)/AltosIdleMonitor.java \ $(SRC)/AltosIdleMonitorListener.java \ + $(SRC)/AltosIgnite.java \ $(SRC)/AltosLine.java \ $(SRC)/AltosLink.java \ $(SRC)/AltosLog.java \ |
