Merge pull request #4630 from Red-F/gotham-resume-pvr-lastplayedposition
[vuplus_xbmc] / xbmc / epg / Makefile
1 INCLUDES=-I. -I.. -I../../ -I../linux -I../cores -I../../guilib -I../posix -I../utils
2
3 SRCS=EpgInfoTag.cpp \
4         EpgSearchFilter.cpp \
5         Epg.cpp \
6         EpgContainer.cpp \
7         EpgDatabase.cpp \
8         GUIEPGGridContainer.cpp
9
10 LIB=epg.a
11
12 include ../../Makefile.include
13 -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))