maint-utils/keysubst: A monstrously unpleasant sed hack.
[tripe] / vars.am
diff --git a/vars.am b/vars.am
index 2e68002..6eb59db 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
@@ -65,6 +67,7 @@ SUBSTITUTIONS = \
                configdir=$(configdir) socketdir=$(socketdir) \
                initconfig=$(initconfig) \
                pidfile=$(pidfile) logfile=$(logfile) \
+               PACKAGE=$(PACKAGE) VERSION=$(VERSION) \
                PYTHON=$(PYTHON)
 
 ###--------------------------------------------------------------------------