From dabc3df3ffbea51eb70f6947e431bcf568aa44f0 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 23 May 2010 11:52:13 -0400 Subject: Support HTTP caching of app.js --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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)/ -- cgit v1.2.3