diff options
author | Rico Tzschichholz <ricotz@t-online.de> | 2012-07-14 11:48:54 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@t-online.de> | 2012-07-14 11:48:54 +0200 |
commit | ff9088e42b46688b268f28875f453e27865c8be0 (patch) | |
tree | 6c7491b07fae8bb01d91ffb7e0d191e9ba6310a0 /tests | |
parent | f556cdf0ca1a5290b2fcbaa34da2c7135d997134 (diff) | |
download | gnome-shell-ff9088e42b46688b268f28875f453e27865c8be0.tar.gz |
tests: Fix make dist
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 388d96631..1a567aee5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,6 +11,7 @@ TEST_JS = \ interactive/calendar.js \ interactive/css-fonts.js \ interactive/entry.js \ + interactive/gapplication.js \ interactive/icons.js \ interactive/inline-style.js \ interactive/scrolling.js \ |