Mercurial > urweb
diff src/c/Makefile.in @ 1263:be2ef50780ed
Support HTTP caching of app.js
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 23 May 2010 11:52:13 -0400 |
parents | 7a17588edbff |
children | e12cef71aa1a |
line wrap: on
line diff
--- a/src/c/Makefile.in Sat May 22 16:29:54 2010 -0400 +++ b/src/c/Makefile.in Sun May 23 11:52:13 2010 -0400 @@ -44,6 +44,7 @@ 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_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