[gnome-shell] Fix "make distcheck" - add missing reference for scripting.js - properly add js/perf/*
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Fix "make distcheck" - add missing reference for scripting.js - properly add js/perf/*
- Date: Sat, 22 May 2010 16:03:25 +0000 (UTC)
commit 0b1c7320ab32ef34bce45238c5d75fbf339bfd35
Author: Rico Tzschichholz <ricotz t-online de>
Date: Fri May 21 13:06:21 2010 +0200
Fix "make distcheck" - add missing reference for scripting.js - properly add js/perf/*
https://bugzilla.gnome.org/show_bug.cgi?id=619276
configure.ac | 1 +
js/Makefile.am | 2 +-
js/perf/Makefile.am | 4 ++++
js/ui/Makefile.am | 1 +
4 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ef833dd..43b526c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/js/Makefile.am b/js/Makefile.am
index ab54b60..142793c 100644
--- a/js/Makefile.am
+++ b/js/Makefile.am
@@ -1 +1 @@
-SUBDIRS = misc ui prefs
+SUBDIRS = misc ui perf prefs
diff --git a/js/perf/Makefile.am b/js/perf/Makefile.am
new file mode 100644
index 0000000..e3dedc0
--- /dev/null
+++ b/js/perf/Makefile.am
@@ -0,0 +1,4 @@
+jsperfdir = $(pkgdatadir)/js/perf
+
+dist_jsperf_DATA = \
+ core.js
diff --git a/js/ui/Makefile.am b/js/ui/Makefile.am
index 57fb7f4..b701fc6 100644
--- a/js/ui/Makefile.am
+++ b/js/ui/Makefile.am
@@ -25,6 +25,7 @@ dist_jsui_DATA = \
panel.js \
placeDisplay.js \
runDialog.js \
+ scripting.js \
search.js \
shellDBus.js \
statusMenu.js \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]