blob: e8bf43162d2108d40c13c3b699bd894475a83179 [file] [log] [blame]
keunyoungb85b2752013-03-08 12:28:03 -08001
2ROOT=../..
3
4include $(ROOT)/make/commondefs
5
6CXXFILES = TcpStream.cpp GLClientState.cpp glUtils.cpp
7CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
8
9LIBRARY_NAME = libcodecCommon.a
10
11include $(COMMONRULES)
12
13