chiark / gitweb /
build: Cope with the `subdir-objects' world Automake wants us to live in.
[catacomb] / vars.am
diff --git a/vars.am b/vars.am
index b0cd53ce5384e3be19701fd1ec51171adf9e85a0..56502879af02f62e294603e2a81f6fb08542e01e 100644 (file)
--- a/vars.am
+++ b/vars.am
@@ -95,7 +95,9 @@ SUBST = $(V_SUBST)$(confsubst)
 
 CATACOMB_INCLUDES       = \
        -I$(top_srcdir) \
-       -I$(precomp) \
+       -I$(precomp)/math \
+       -I$(precomp)/misc \
+       -I$(precomp)/symm \
        -I$(top_srcdir)/base \
        -I$(top_srcdir)/key \
        -I$(top_srcdir)/math \