chiark / gitweb /
svc/connect.in: Only check the configuration database once a minute.
[tripe] / vars.am
diff --git a/vars.am b/vars.am
index 5a9938d6bc82ff656f1cc2d3eb030f514e1cc330..251a20589d2920c2f40c8dbd67550446164e1a44 100644 (file)
--- a/vars.am
+++ b/vars.am
@@ -38,11 +38,10 @@ SUFFIXES             =
 ### Include path.
 
 TRIPE_INCLUDES = \
-       -I$(top_builddir)/config.h \
        -I$(top_srcdir)/common \
        -I$(top_srcdir)/priv
 
-CPPFLAGS += $(TRIPE_INCLUDES)
+AM_CPPFLAGS += $(TRIPE_INCLUDES)
 
 ###--------------------------------------------------------------------------
 ### Miscellanous useful definitions.