From 348b0e6f4c1ca07ef505549c8d9e1f24fe161fc0 Mon Sep 17 00:00:00 2001 From: Tony Castley Date: Sat, 2 Jun 2001 10:16:43 +0000 Subject: [PATCH] Forgot this... Change to the set out of the BeOS code to allow more logical updates. --- plugins/beos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/beos/Makefile b/plugins/beos/Makefile index 654c8d5cca..dc83685ac5 100644 --- a/plugins/beos/Makefile +++ b/plugins/beos/Makefile @@ -7,7 +7,7 @@ # Objects # -PLUGIN_CPP = beos.o aout_beos.o vout_beos.o intf_beos.o DrawingTidbits.o TransportButton.o +PLUGIN_CPP = beos.o aout_beos.o vout_beos.o intf_beos.o InterfaceWindow.o DrawingTidbits.o TransportButton.o BUILTIN_CPP = $(PLUGIN_CPP:%.o=BUILTIN_%.o) ALL_OBJ = $(PLUGIN_CPP) $(BUILTIN_CPP) -- 2.39.2