diff --git a/tests/Makefile b/tests/Makefile index 68f5540..9e4b719 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -89,7 +89,8 @@ gtk_live_test: gtk_live_test.c $(LIVESRC) ../ipc.c ../ipc.h $(LDFLAGS) -o $@ gtk_live_test.c live.c ../ipc.c $(GTK_LIBS) \ -pthread $(LDLIBS) -../gtk/im-strans.so: ../gtk/main.c ../ipc.c ../ipc.h +# The parent make knows what these are built from; always ask it. +../gtk/im-strans.so: $(MAKE) -C ../gtk ../strans: @@ -145,4 +146,5 @@ unit_%.o: ../%.c ../dat.h ../fn.h ../ipc.h clean: rm -f $(OBJS) $(PROG) $(STRESS) $(LIVE) -.PHONY: all check check-live check-stress test clean +.PHONY: all check check-live check-stress test clean \ + ../strans ../gtk/im-strans.so