diff options
| author | Robert Garbee <robert@gag.com> | 2012-07-18 14:25:27 -0600 |
|---|---|---|
| committer | Robert Garbee <robert@gag.com> | 2012-07-18 14:25:27 -0600 |
| commit | e2b472bbb2418fc13be42dbc7c52beb88479c46d (patch) | |
| tree | 80c758082cad6517d86fb4aa31abc6a6049555eb /altoslib/Makefile.am | |
| parent | 75d6aa6f798606f1a6c5a46542065dda81e63b2a (diff) | |
| parent | b242f2756a8d9419a9bdba890b9e6b73560bdc19 (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'altoslib/Makefile.am')
| -rw-r--r-- | altoslib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index ac97c9cb..a39623ee 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -27,6 +27,8 @@ AltosLib_JAVA = \ $(SRC)/AltosGPS.java \ $(SRC)/AltosGPSSat.java \ $(SRC)/AltosGreatCircle.java \ + $(SRC)/AltosIdleMonitor.java \ + $(SRC)/AltosIdleMonitorListener.java \ $(SRC)/AltosLine.java \ $(SRC)/AltosLink.java \ $(SRC)/AltosLog.java \ |
