oops someone forgot obj-c source file

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21319 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nplourde 2006-11-27 12:07:14 +00:00
parent b1edda22a6
commit b8f08fe3b0
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
OBJS = $(SRCS:.c=.o)
OBJS := $(OBJS:.S=.o)
OBJS := $(OBJS:.cpp=.o)
OBJS := $(OBJS:.m=.o)
CFLAGS += -I. -I.. $(OPTFLAGS)