about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e+07380@yhbt.net>2010-10-06 14:06:27 -0700
committerEric Wong <e@yhbt.net>2010-10-06 14:12:21 -0700
commitca76c75f8a24d0cd6828fe16ca3790a277b35f8d (patch)
treec2604b8e096ed03b92bade14948a7b93dffa8e18
parent65f96b7750616bc210397c16eea40961e578a788 (diff)
downloadkgio-ca76c75f8a24d0cd6828fe16ca3790a277b35f8d.tar.gz
We build more than one file nowadays.
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 97cdd82..f6c2ebb 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -155,7 +155,7 @@ ext := ext/kgio/kgio_ext.$(DLEXT)
 ext/kgio/Makefile: ext/kgio/extconf.rb
         cd $(@D) && $(RUBY) extconf.rb
 
-$(ext): ext/kgio/kgio_ext.c ext/kgio/Makefile
+$(ext): $(wildcard ext/kgio/*.[ch] ext/kgio/*/*.h) ext/kgio/Makefile
         $(MAKE) -C $(@D)
 
 all:: test