summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ext/socket/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb
index 24eb736af..5138d3400 100644
--- a/ext/socket/extconf.rb
+++ b/ext/socket/extconf.rb
@@ -298,7 +298,7 @@ end
have_header("sys/un.h")
have_header("sys/uio.h")
-$distcleanfiles << "constants.h"
+$distcleanfiles.concat << "constants.h" << "constdefs.*"
if have_func(test_func)
have_func("hsterror")