aboutsummaryrefslogtreecommitdiff
path: root/src/pvr/dialogs/Makefile
blob: 675cdbb8d2b52a2281b78a6b6e285fee7fe211f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SRCS=GUIDialogPVRChannelManager.cpp \
     GUIDialogPVRChannelsOSD.cpp \
     GUIDialogPVRCutterOSD.cpp \
     GUIDialogPVRDirectorOSD.cpp \
     GUIDialogPVRGroupManager.cpp \
     GUIDialogPVRGuideInfo.cpp \
     GUIDialogPVRGuideOSD.cpp \
     GUIDialogPVRGuideSearch.cpp \
     GUIDialogPVRRecordingInfo.cpp \
     GUIDialogPVRTimerSettings.cpp

LIB=pvrdialogs.a

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