Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
* use dir prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jos Boumans committed Nov 21, 2013
1 parent 604aedf commit 1dd0737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/libvmod-throttle/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ libvmod_throttle_la_SOURCES = \
vcc_if.h \
vmod_throttle.c

vcc_if.c vcc_if.h: $(SRC)/lib/libvmod_std/vmod.py $(top_srcdir)/src/vmod_throttle.vcc
@PYTHON@ $(SRC)/lib/libvmod_std/vmod.py $(top_srcdir)/src/vmod_throttle.vcc
vcc_if.c vcc_if.h: $(SRC)/lib/libvmod_std/vmod.py $(top_srcdir)/$(DIR_PREFIX)src/vmod_throttle.vcc
@PYTHON@ $(SRC)/lib/libvmod_std/vmod.py $(top_srcdir)/$(DIR_PREFIX)src/vmod_throttle.vcc

VMOD_TESTS = tests/*.vtc
.PHONY: $(VMOD_TESTS)
Expand Down

0 comments on commit 1dd0737

Please sign in to comment.