[gnome-shell] build: Also look for generated js-resources.* files in builddir
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] build: Also look for generated js-resources.* files in builddir
- Date: Wed, 30 Oct 2013 20:43:22 +0000 (UTC)
commit da1a8308b605d38f640f705c4b7efdd963d9a622
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed Oct 30 21:41:52 2013 +0100
build: Also look for generated js-resources.* files in builddir
src/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index fad9f17..51e2ee4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -170,8 +170,8 @@ libgnome_shell_sources = \
shell-util.c \
shell-window-tracker.c \
shell-wm.c \
- ../js/js-resources.c \
- ../js/js-resources.h \
+ $(top_builddir)/js/js-resources.c \
+ $(top_builddir)/js/js-resources.h \
$(NULL)
libgnome_shell_la_SOURCES = $(libgnome_shell_sources)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]