]> git.sesse.net Git - vlc/commitdiff
Forgot this...
authorTony Castley <tcastley@videolan.org>
Sat, 2 Jun 2001 10:16:43 +0000 (10:16 +0000)
committerTony Castley <tcastley@videolan.org>
Sat, 2 Jun 2001 10:16:43 +0000 (10:16 +0000)
Change to the set out of the BeOS code to
allow more logical updates.

plugins/beos/Makefile

index 654c8d5cca4ff9da003bbdab20efc30da8ec5af1..dc83685ac590c9c12993512387d15fab91c5ded4 100644 (file)
@@ -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)