aboutsummaryrefslogtreecommitdiff
path: root/xbmc/video/jobs/Makefile
blob: 7fd9e0ba27ac06c55d76eb7e1d3502058f3c1d59 (plain)
1
2
3
4
5
6
7
8
9
10
SRCS=VideoLibraryCleaningJob.cpp \
     VideoLibraryJob.cpp \
     VideoLibraryMarkWatchedJob.cpp \
     VideoLibraryProgressJob.cpp \
     VideoLibraryScanningJob.cpp \
     
LIB=video-jobs.a

include ../../../Makefile.include
-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))