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
@ -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…
Reference in New Issue
Block a user