diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-12 18:13:47 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-12 18:13:47 +0100 |
commit | 3c50cb18a117201176b300eca1a8c2df938bb0b3 (patch) | |
tree | 2dad8573a922952af1a60bacb54630386188000e /inc | |
parent | 6b0cfeb6501a0d89af7b68b667c8a40815d6e125 (diff) | |
download | abrt-3c50cb18a117201176b300eca1a8c2df938bb0b3.tar.gz abrt-3c50cb18a117201176b300eca1a8c2df938bb0b3.tar.xz abrt-3c50cb18a117201176b300eca1a8c2df938bb0b3.zip |
disable compilation of the rest of socket code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'inc')
-rw-r--r-- | inc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |