aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-07-18 08:05:51 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-07-18 08:05:51 +0300
commit18bc67cf4e8e6e453a02fc01128841957b521d19 (patch)
tree7b1d9bda5129025dc824af05e516178901efef38
parentb679221d7b862dacd547225fd2ecfa9cd972339c (diff)
downloadvmod-basicauth-18bc67cf4e8e6e453a02fc01128841957b521d19.tar.gz
vmod-basicauth-18bc67cf4e8e6e453a02fc01128841957b521d19.tar.bz2
Fix Makefile
* src/Makefile.am: Add BUILT_SOURCES
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e4fdb51..e5e6bc1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,6 +17,8 @@ libvmod_basicauth_la_SOURCES = \
vcc_if.h \
vmod_basicauth.c
+BUILT_SOURCES = vcc_if.c vcc_if.h
+
vcc_if.c vcc_if.h: $(VARNISHSRC)/lib/libvmod_std/vmod.py $(top_srcdir)/src/vmod_basicauth.vcc
@PYTHON@ $(VARNISHSRC)/lib/libvmod_std/vmod.py $(top_srcdir)/src/vmod_basicauth.vcc

Return to:

Send suggestions and report system problems to the System administrator.