diff options
| author | Keith Packard <keithp@keithp.com> | 2011-08-28 15:50:01 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-08-28 15:50:01 -0700 |
| commit | cf72c2f5a69a736c28a9b63e124d510ef41a9f5d (patch) | |
| tree | 5b6b54f669e169c1e46747dd842eae27aba963d8 /altosui/Makefile.am | |
| parent | 3d478a39f2ede7b805bbe568cc1c8ecc176d7a04 (diff) | |
altosui: Add bluetooth bits back in
Stub out functions on mac/windows for now.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
| -rw-r--r-- | altosui/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index e2e42d84..c4d1e611 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -118,7 +118,8 @@ altosui_JAVA = \ AltosGraphUI.java \ AltosDataChooser.java \ AltosVersion.java \ - AltosVoice.java + AltosVoice.java \ + $(altosui_BT) JFREECHART_CLASS= \ jfreechart.jar |
