summaryrefslogtreecommitdiff
path: root/overrides/Makefile.am.inc
diff options
context:
space:
mode:
Diffstat (limited to 'overrides/Makefile.am.inc')
-rw-r--r--overrides/Makefile.am.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/overrides/Makefile.am.inc b/overrides/Makefile.am.inc
new file mode 100644
index 0000000..ec9f785
--- /dev/null
+++ b/overrides/Makefile.am.inc
@@ -0,0 +1,11 @@
+# Copyright 2013 Endless Mobile, Inc.
+
+# # # GJS OVERRIDES # # #
+
+gjsdir = ${datadir}/gjs-1.0
+
+# Put override files here for custom js API outside of normal introspection
+nobase_dist_gjs_DATA = \
+ overrides/Endless.js \
+ overrides/endless_private/asset_button.js \
+ $(NULL)