[gnome-documents] build: fix distcheck



commit 0d904596073ef7a9bb1dfde31abd35d7d690cd8e
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Mar 5 17:18:59 2012 -0500

    build: fix distcheck

 src/Makefile-js.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile-js.am b/src/Makefile-js.am
index 2bab431..d5db656 100644
--- a/src/Makefile-js.am
+++ b/src/Makefile-js.am
@@ -34,7 +34,9 @@ jsutildir = $(pkgdatadir)/js/util/
 dist_jsutil_DATA = \
     util/tweener.js
 
-BUILT_SOURCES += path.js
+BUILT_SOURCES += \
+    path.js \
+    config.js
 
 path.js: Makefile path.js.in
 	$(AM_V_GEN) $(do_subst) $(srcdir)/path.js.in > $@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]