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:
Rico Tzschichholz 2010-05-21 13:06:21 +02:00 committed by Adel Gadllah
parent ce3f003e46
commit 0b1c7320ab
4 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
SUBDIRS = misc ui prefs
SUBDIRS = misc ui perf prefs

4
js/perf/Makefile.am Normal file
View File

@ -0,0 +1,4 @@
jsperfdir = $(pkgdatadir)/js/perf
dist_jsperf_DATA = \
core.js

View File

@ -25,6 +25,7 @@ dist_jsui_DATA = \
panel.js \
placeDisplay.js \
runDialog.js \
scripting.js \
search.js \
shellDBus.js \
statusMenu.js \