mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Fix make dist by including all the private files and the tests in the tarball
This commit is contained in:
parent
e382da9708
commit
cbb3a3aec8
2 changed files with 12 additions and 2 deletions
|
|
@ -2,9 +2,15 @@ noinst_SCRIPTS = run-test.sh
|
|||
EXTRA_DIST = run-test.sh.in
|
||||
|
||||
TEST_JS = \
|
||||
testcommon/ui.js \
|
||||
interactive/borders.js \
|
||||
interactive/box-layout.js \
|
||||
interactive/calendar.js
|
||||
interactive/calendar.js \
|
||||
interactive/css-fonts.js \
|
||||
interactive/inline-style.js \
|
||||
interactive/scrolling.js \
|
||||
interactive/table.js \
|
||||
testcommon/border-image.png \
|
||||
testcommon/ui.js
|
||||
EXTRA_DIST += $(TEST_JS)
|
||||
|
||||
TEST_MISC = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue