diff --git a/compile b/compile index d45905e..9eb8e1d 100755 --- a/compile +++ b/compile @@ -13,7 +13,7 @@ LIBS="\ " SRC="\ $(find ./src -name *.c | xargs -I{} echo -n "{} ") \ - $(find intern/wizapp/src -type f -name *.x | xargs -I{} echo -n "{} ") \ + $(find intern/wizapp/src -type f -name *.c | xargs -I{} echo -n "{} ") \ " OUT=tiffread