summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-05-23 11:52:13 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-05-23 11:52:13 -0400
commitdabc3df3ffbea51eb70f6947e431bcf568aa44f0 (patch)
tree485b6a9c7dd4f22fc4a8bf83afabc6250376eade /Makefile.am
parenta89f9edc1c5718c2f6c1fcce2c131e6b4c2cced7 (diff)
Support HTTP caching of app.js
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 81436cea..9de5f6c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,6 +68,7 @@ install-exec-local:
mkdir -p $(LIB_JS)
cp lib/js/*.js $(LIB_JS)/
mkdir -p $(INCLUDE)
+ cp config.h $(INCLUDE)/
cp include/*.h $(INCLUDE)/
mkdir -p $(SITELISP)
cp src/elisp/*.el $(SITELISP)/