mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Fix "make distcheck" - add missing reference for scripting.js - properly add js/perf/*
https://bugzilla.gnome.org/show_bug.cgi?id=619276
This commit is contained in:
parent
ce3f003e46
commit
0b1c7320ab
4 changed files with 7 additions and 1 deletions
|
|
@ -155,6 +155,7 @@ AC_CONFIG_FILES([
|
|||
js/Makefile
|
||||
js/misc/Makefile
|
||||
js/ui/Makefile
|
||||
js/perf/Makefile
|
||||
js/prefs/Makefile
|
||||
src/Makefile
|
||||
tests/Makefile
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
SUBDIRS = misc ui prefs
|
||||
SUBDIRS = misc ui perf prefs
|
||||
|
|
|
|||
4
js/perf/Makefile.am
Normal file
4
js/perf/Makefile.am
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
jsperfdir = $(pkgdatadir)/js/perf
|
||||
|
||||
dist_jsperf_DATA = \
|
||||
core.js
|
||||
|
|
@ -25,6 +25,7 @@ dist_jsui_DATA = \
|
|||
panel.js \
|
||||
placeDisplay.js \
|
||||
runDialog.js \
|
||||
scripting.js \
|
||||
search.js \
|
||||
shellDBus.js \
|
||||
statusMenu.js \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue