diff options
author | Eitan Isaacson <eitan@monotonous.org> | 2011-04-24 16:57:28 -0700 |
---|---|---|
committer | Eitan Isaacson <eitan@monotonous.org> | 2011-05-02 10:21:08 -0700 |
commit | e1ae6ee91507a47cbe2fe537f3107c17390bc0e2 (patch) | |
tree | 04ea360d747c6e489e50c9649fe33cd6723f83a8 /data/layouts/touch/Makefile.am | |
parent | f195b7aafa878568e7aae8ccc27e3716ae7c21cc (diff) | |
download | caribou-e1ae6ee91507a47cbe2fe537f3107c17390bc0e2.tar.gz |
Major re-work of Python modules:
* Created Antler to use new keyboard model via PyGI
* Rearanged settings to accomodate view/model seperation.
* Created in preferences executable, it will be a standalone
generic caribou settings UI where we will eventually get the important
stuff in GNOME's control panel.
* DBusified the UI.
Diffstat (limited to 'data/layouts/touch/Makefile.am')
-rw-r--r-- | data/layouts/touch/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/layouts/touch/Makefile.am b/data/layouts/touch/Makefile.am new file mode 100644 index 0000000..f18d728 --- /dev/null +++ b/data/layouts/touch/Makefile.am @@ -0,0 +1,8 @@ +touchlayoutsdir = $(datadir)/caribou/layouts/touch + +touchlayouts_DATA = \ + ara.json \ + il.json \ + us.json + +EXTRA_DIST = $(touchlayouts_DATA) |