diff --git a/configure.py b/configure.py index 18f89fbc..855c6d92 100644 --- a/configure.py +++ b/configure.py @@ -932,7 +932,7 @@ config.libs = [ Object(Matching, "actor/ac_arrange_room.c"), Object(Matching, "actor/ac_ball.c"), Object(Matching, "actor/ac_balloon.c"), - Object(NonMatching, "actor/ac_bee.c"), + Object(Matching, "actor/ac_bee.c"), Object(Matching, "actor/ac_birth_control.c"), Object(Matching, "actor/ac_boat.c"), Object(Matching, "actor/ac_boat_demo.c"),