From dfaf0023d4e718ee07f81286f857fc0cb1e153ce Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 16 Jun 2009 19:28:08 +0000 Subject: [PATCH] - build system: don't install config.h svn path=/trunk/boinc/; revision=18430 --- Makefile.am | 1 - checkin_notes | 5 +++++ lib/Makefile.am | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a7888aa82d..b90843bdaa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,6 @@ EXTRA_DIST = \ if INSTALL_HEADERS pkginclude_HEADERS = \ - config.h \ version.h endif diff --git a/checkin_notes b/checkin_notes index a7cae47928..1cb05fa94c 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5721,4 +5721,9 @@ David 16 June 2009 parse.h util.cpp +David 16 June 2009 + - build system: don't install config.h + Makefile.am + lib/ + Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index b640c31499..96b4041033 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -121,7 +121,6 @@ pkginclude_HEADERS = \ std_fixes.h \ str_util.h \ synch.h \ - unix_util.h \ util.h \ win_util.h \ $(mac_headers)