aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f971354..6cda3aa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with vmod-dbrw. If not, see <http://www.gnu.org/licenses/>.
-AM_CPPFLAGS=$(VARNISHAPI_CFLAGS) -I.
+AM_CPPFLAGS=$(VARNISHAPI_CFLAGS) -I$(srcdir) -I$(builddir)
noinst_LTLIBRARIES = libsql.la
libsql_la_SOURCES = \
be.c\
@@ -42,7 +42,7 @@ libvmod_dbrw_la_LIBADD=./libsql.la
libvmod_dbrw_la_SOURCES = vmod_dbrw.c
nodist_libvmod_dbrw_la_SOURCES = vcc_if.c vcc_if.h
-vmod_dbrw.lo: vcc_if.h
+$(libsql_la_SOURCES:.c=.lo): vcc_if.h
CLEANFILES = vcc_if.c vcc_if.h *.rst

Return to:

Send suggestions and report system problems to the System administrator.