From: Tony Castley Date: Sat, 2 Jun 2001 10:16:43 +0000 (+0000) Subject: Forgot this... X-Git-Tag: 0.2.81~84 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=348b0e6f4c1ca07ef505549c8d9e1f24fe161fc0;p=vlc Forgot this... Change to the set out of the BeOS code to allow more logical updates. --- 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)