diff options
author | William Hua <william.hua@canonical.com> | 2014-01-29 20:36:29 -0500 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2014-01-29 20:36:29 -0500 |
commit | 36b1e9f99cd85792a36b20047db2e1d09e0d53c4 (patch) | |
tree | cc075f7ddb13743cd88b817f638a69f94951adc2 /tests/Makefile.am | |
parent | cca1f055a67a1372c425e5e2a63be2b82676d6d2 (diff) | |
parent | 0828bc2dc4851698d8f42f84ec277ab568687318 (diff) | |
download | ayatana-indicator-keyboard-36b1e9f99cd85792a36b20047db2e1d09e0d53c4.tar.gz ayatana-indicator-keyboard-36b1e9f99cd85792a36b20047db2e1d09e0d53c4.tar.bz2 ayatana-indicator-keyboard-36b1e9f99cd85792a36b20047db2e1d09e0d53c4.zip |
Merge trunk.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index da083318..f3be1539 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,7 +8,8 @@ AM_LDFLAGS = -lm AM_VALAFLAGS = --metadatadir $(top_srcdir)/deps \ --vapidir $(top_srcdir)/deps -indicator_keyboard_tests_SOURCES = main.vala \ +indicator_keyboard_tests_SOURCES = main.vala \ + fixture.vala \ config.vala indicator_keyboard_tests_VALAFLAGS = $(AM_VALAFLAGS) \ --pkg gio-2.0 |