renatofilho@20: bin_PROGRAMS = mmyth
renatofilho@20: 
renatofilho@20: mmyth_SOURCES =	\
renatofilho@20: 		mmyth_main.c			\
renatofilho@20: 		mmyth_ui.c				\
renatofilho@20: 		mmyth_uicommon.c		\
renatofilho@20: 		mmyth_epg_grid_view.c	\
renatofilho@20: 		mmyth_epg_grid_widget.c	\
renatofilho@20: 		mmyth_recordui.c		\
renatofilho@20: 		mmyth_uisettings.c		\
renatofilho@20: 		mmyth_schedulerui.c		\
renatofilho@20: 		mmyth_tvplayer.c
renatofilho@20: 
renatofilho@20: mmyth_CFLAGS = \
renatofilho@20: 		$(GTK_CFLAGS) \
renatofilho@20: 		$(GLIB_CFLAGS) \
renatofilho@20: 		$(GST_CFLAGS) \
rosfran@51: 		$(GSTPLUGINSBASE_CFLAGS) \
renatofilho@20: 		$(MYSQL_CFLAGS) \
renatofilho@20: 		$(LIBGMYTH_CFLAGS) \
renatofilho@20: 		-I$(top_srcdir)/src \
renatofilho@20: 		-DDATA_DIR=\""$(pkgdatadir)"\" \
renatofilho@20: 		-DPIX_DIR=\""$(pkgdatadir)/pixmaps/"\" \
renatofilho@20: 		-DICON_DIR=\""$(datadir)/pixmaps/"\" \
renatofilho@20: 		-g3 -O0
renatofilho@20: 
renatofilho@20: mmyth_LDADD = 	\
melunko@27: 		$(LIBGMYTH_LIBS) \
leo_sobral@45: 		$(GTK_LIBS) \
leo_sobral@45: 		$(GST_LIBS) \
leo_sobral@45: 		$(GSTBASE_LIBS) \
rosfran@245: 		$(HILDON_LIBS)	\
rosfran@245: 		$(GSTINTERFACES_LIBS)
renatofilho@20: