summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatt Watson <mattdangerw@gmail.com>2013-09-18 17:38:14 -0700
committerMatt Watson <mattdangerw@gmail.com>2013-09-18 17:55:50 -0700
commit41893bef5a86e1cad021ad4053b69765da3ae495 (patch)
tree0dd76275cf8829bb0c09a20a9e528e9cd5bf62bb /Makefile.am
parentbee3cf2a182ac6f6fadd0dd5d24768e5a5837521 (diff)
Added asset button to the endless override
The syntax can will hopefully stay the same for apps when this widget gets rewritten in C. Added support for labels like the standard button. Moved the overrides rules to a separate .inc makefile so we can add more standard js libs if we want [endlessm/eos-sdk#290]
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index b15a47d..b856f5d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -140,11 +140,7 @@ CLEANFILES += data/eos-wikipedia-domain.gresource
# # # GJS OVERRIDES # # #
-gjsoverridedir = ${datadir}/gjs-1.0/overrides
-
-# Put override files here for custom js API outside of normal introspection
-dist_gjsoverride_DATA = \
- overrides/Endless.js
+include $(top_srcdir)/overrides/Makefile.am.inc
# # # SDK TOOLS # # #