chiark / gitweb /
server: Introduce privilege separation.
[tripe] / vars.am
diff --git a/vars.am b/vars.am
index 5780686e7800d37512237a7f490e0cdd3341e255..6eb59dbf71c205414fc81971f97c6cf326dc7cfa 100644 (file)
--- a/vars.am
+++ b/vars.am
@@ -39,15 +39,17 @@ SUFFIXES             =
 
 TRIPE_INCLUDES = \
        -I$(top_builddir)/config.h \
-       -I$(top_srcdir)/common
+       -I$(top_srcdir)/common \
+       -I$(top_srcdir)/priv
 
 CPPFLAGS += $(TRIPE_INCLUDES)
 
 ###--------------------------------------------------------------------------
 ### Miscellanous useful definitions.
 
-## Library of common code.
+## Libraries of common code.
 libtripe = $(top_builddir)/common/libtripe.a
+libpriv = $(top_builddir)/priv/libpriv.a
 
 ## Create a directory if it doesn't exist.
 mkdir_p = $(top_srcdir)/config/install-sh -d