Remove SkMetaData from makefile.

This makefile is used to build the sample app on
unix.  The file is not needed, and prevents the
build from working.



git-svn-id: http://skia.googlecode.com/svn/trunk@1039 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
scroggo 2011-04-04 13:02:19 +00:00
parent 2ecead5604
commit 42911fa885

View File

@ -1,7 +1,6 @@
SOURCE := \
SkEvent.cpp \
SkEventSink.cpp \
SkMetaData.cpp \
SkOSMenu.cpp \
SkTagList.cpp \
SkView.cpp \
@ -9,6 +8,7 @@ SOURCE := \
SkWindow.cpp \
SkTouchGesture.cpp
# SkBGViewArtist.cpp \
SkMetaData.cpp \
SkListView.cpp \
SkListWidget.cpp \
SkParsePaint.cpp \