From a738d9bc5566255efbd31dda18ba621537fa5161 Mon Sep 17 00:00:00 2001 From: stpohle Date: Tue, 30 Nov 2004 21:46:49 +0000 Subject: [PATCH] Include files will not anymore installed in the system with an make install. --- include/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index af65418..ad55491 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -6,7 +6,7 @@ bomberclone_includedir = $(pkgincludedir) -bomberclone_include_DATA = \ +bomberclone_include = \ basic.h \ bomberclone.h \ chat.h \ @@ -28,4 +28,4 @@ bomberclone_include_DATA = \ bomb.h \ single.h -EXTRA_DIST = $(bomberclone_include_DATA) +noinst_HEADERS = $(bomberclone_include)