diff options
| author | Keith Packard <keithp@keithp.com> | 2012-09-20 11:30:11 +0200 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-09-20 11:30:11 +0200 |
| commit | e69a433fd93b9f6bd2297d8045eb075fee29e73b (patch) | |
| tree | 93a47e78282df5e2ee47c11afa2e772d2cbfd3bb /altosui/Makefile.am | |
| parent | 19243ecc9b5bbdcc069ae24acf1ca807322c84d8 (diff) | |
| parent | 6e0d672b8a516a604d8ea1abd2bed113c608143f (diff) | |
Merge remote-tracking branch 'mjb/prefs_interface'
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 6010df58..9f03ceb6 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -65,6 +65,7 @@ altosui_JAVA = \ AltosLights.java \ AltosPad.java \ AltosUIPreferences.java \ + AltosUIPreferencesBackend.java \ AltosRomconfig.java \ AltosRomconfigUI.java \ AltosScanUI.java \ @@ -338,4 +339,4 @@ $(WINDOWS_DIST): $(WINDOWS_FILES) altos-windows.nsi makensis -Oaltos-windows.log "-XOutFile $@" "-DVERSION=$(VERSION)" altos-windows.nsi publish: - scp launch-sites.txt gag.com:public_html
\ No newline at end of file + scp launch-sites.txt gag.com:public_html |
