From 7deacd455a6ab458516072f273ed858f2e8133d9 Mon Sep 17 00:00:00 2001 From: Eric J Korpela Date: Mon, 23 Jun 2014 15:00:27 -0700 Subject: [PATCH] AUTOMAKE: Prevent attempted double install of *_win.h --- lib/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 28ec1c7285..4ad1bf451b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -125,7 +125,6 @@ pkginclude_HEADERS = \ average.h \ base64.h \ boinc_fcgi.h \ - boinc_win.h \ cal_boinc.h \ cc_config.h \ cert_sig.h \ @@ -152,7 +151,6 @@ pkginclude_HEADERS = \ procinfo.h \ proxy_info.h \ stackwalker_imports.h \ - stackwalker_win.h \ str_util.h \ url.h \ util.h \