From 5fe6e9a0981b66f7822b762b488489204667f943 Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Mon, 9 Mar 2009 15:38:21 +0000 Subject: [PATCH] Added include of Makefile.incl and "if INSTALL_HEADERS" around pkginclude_HEADERS= svn path=/trunk/boinc/; revision=17563 --- db/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db/Makefile.am b/db/Makefile.am index 43b017e0d2..01f3761e0c 100644 --- a/db/Makefile.am +++ b/db/Makefile.am @@ -1,8 +1,12 @@ ## -*- mode: makefile; tab-width: 4 -*- ## $Id$ +include $(top_srcdir)/Makefile.incl + ## the following headers need to be installed +if INSTALL_HEADERS pkginclude_HEADERS = boinc_db.h db_base.h +endif ## other stuff to go into the distribution EXTRA_DIST = constraints.sql schema.sql init_db