From 3c50cb18a117201176b300eca1a8c2df938bb0b3 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 12 Nov 2009 18:13:47 +0100 Subject: disable compilation of the rest of socket code Signed-off-by: Denys Vlasenko --- inc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/Makefile.am b/inc/Makefile.am index 637ac667..7059cf16 100644 --- a/inc/Makefile.am +++ b/inc/Makefile.am @@ -1 +1,2 @@ -EXTRA_DIST = ABRTException.h CrashTypes.h CrashTypesSocket.h abrtlib.h abrt_types.h +EXTRA_DIST = ABRTException.h CrashTypes.h abrtlib.h abrt_types.h +# removed: CrashTypesSocket.h -- cgit