summaryrefslogtreecommitdiff
path: root/src/c/Makefile.in
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
commit2f00e5dc6efb08ae0e7d6540080aaa6a04135707 (patch)
tree485b6a9c7dd4f22fc4a8bf83afabc6250376eade /src/c/Makefile.in
parentb57d77b547ecc51f978e169502e823eded1fca25 (diff)
Support HTTP caching of app.js
Diffstat (limited to 'src/c/Makefile.in')
-rw-r--r--src/c/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c/Makefile.in b/src/c/Makefile.in
index 98f431f9..59d7b3e4 100644
--- a/src/c/Makefile.in
+++ b/src/c/Makefile.in
@@ -44,6 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -82,7 +83,7 @@ liburweb_fastcgi_la_OBJECTS = $(am_liburweb_fastcgi_la_OBJECTS)
liburweb_http_la_LIBADD =
am_liburweb_http_la_OBJECTS = http.lo
liburweb_http_la_OBJECTS = $(am_liburweb_http_la_OBJECTS)
-DEFAULT_INCLUDES = -I.@am__isrc@
+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f