Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-24 13:46:04 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-24 13:46:04 (GMT)
commit7641836a3d17cf2be030f7a5f000e8a9b1a435ad (patch)
treef87035117937a60e2f924190bc712ae903a3261b
parent6b6f45aff4d439ec143191418cb019b1732b1e73 (diff)
Add a sample datastore.js file
-rw-r--r--Makefile.am2
-rw-r--r--datastore.js1
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e69de29..12cb338 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -0,0 +1,2 @@
+jsdir = $(pkgdatadir)
+js_DATA = datastore.js
diff --git a/datastore.js b/datastore.js
new file mode 100644
index 0000000..545bf55
--- /dev/null
+++ b/datastore.js
@@ -0,0 +1 @@
+WRITEME