Merge pull request #4875 from koying/fixdroidremotekeyboard
[vuplus_xbmc] / xbmc / cores / AudioEngine / Sinks / test / Makefile
1 SRCS=TestAESinkDARWINOSX.cpp
2
3 #move this out of the if block if needed
4 LIB=AESinkTest.a
5
6 INCLUDES += -I../../../../../lib/gtest/include
7
8 include ../../../../../Makefile.include
9 -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))