diff options
author | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-09-20 16:34:14 -0300 |
---|---|---|
committer | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-09-20 17:22:51 -0300 |
commit | 3e62d1a0f28f70fa05397de49dbec4cd62275895 (patch) | |
tree | 716bb8cff170bac91848ed1b4401991644ee5feb /src/Makefile.am | |
parent | 0645bdf03cf77a7ada3ce50eb2f6fd7d5031d964 (diff) | |
download | weekeyboard-3e62d1a0f28f70fa05397de49dbec4cd62275895.tar.gz weekeyboard-3e62d1a0f28f70fa05397de49dbec4cd62275895.tar.bz2 weekeyboard-3e62d1a0f28f70fa05397de49dbec4cd62275895.zip |
Move IBus definitions to a dedicated header file
Change-Id: Iddfe3bc5cccd46087d0d78834b3320b0d49c8df2
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2d30b50..7fd9c02 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,6 +37,7 @@ noinst_PROGRAMS += \ weekeyboard_ibus_test_SOURCES = \ wkb-ibus.h \ wkb-ibus.c \ + wkb-ibus-defs.h \ wkb-ibus-panel.c \ wkb-ibus-config.c \ wkb-ibus-config-key.c \ |