maemo-ui/src/Makefile.am
author rosfran
Fri Jan 05 19:27:27 2007 +0000 (2007-01-05)
branchtrunk
changeset 244 c88244670b08
parent 51 3e490ac963ce
child 245 f9329edd3b5e
permissions -rw-r--r--
[svn r245] Fixes a lot of bugs concerning GMythBackendInfo usage.
renatofilho@20
     1
bin_PROGRAMS = mmyth
renatofilho@20
     2
renatofilho@20
     3
mmyth_SOURCES =	\
renatofilho@20
     4
		mmyth_main.c			\
renatofilho@20
     5
		mmyth_ui.c				\
renatofilho@20
     6
		mmyth_uicommon.c		\
renatofilho@20
     7
		mmyth_epg_grid_view.c	\
renatofilho@20
     8
		mmyth_epg_grid_widget.c	\
renatofilho@20
     9
		mmyth_recordui.c		\
renatofilho@20
    10
		mmyth_uisettings.c		\
renatofilho@20
    11
		mmyth_schedulerui.c		\
renatofilho@20
    12
		mmyth_tvplayer.c
renatofilho@20
    13
renatofilho@20
    14
mmyth_CFLAGS = \
renatofilho@20
    15
		$(GTK_CFLAGS) \
renatofilho@20
    16
		$(GLIB_CFLAGS) \
renatofilho@20
    17
		$(GST_CFLAGS) \
rosfran@51
    18
		$(GSTPLUGINSBASE_CFLAGS) \
renatofilho@20
    19
		$(MYSQL_CFLAGS) \
renatofilho@20
    20
		$(LIBGMYTH_CFLAGS) \
renatofilho@20
    21
		-I$(top_srcdir)/src \
renatofilho@20
    22
		-DDATA_DIR=\""$(pkgdatadir)"\" \
renatofilho@20
    23
		-DPIX_DIR=\""$(pkgdatadir)/pixmaps/"\" \
renatofilho@20
    24
		-DICON_DIR=\""$(datadir)/pixmaps/"\" \
renatofilho@20
    25
		-g3 -O0
renatofilho@20
    26
renatofilho@20
    27
mmyth_LDADD = 	\
melunko@27
    28
		$(LIBGMYTH_LIBS) \
leo_sobral@45
    29
		$(GTK_LIBS) \
leo_sobral@45
    30
		$(GST_LIBS) \
leo_sobral@45
    31
		$(GSTBASE_LIBS) \
rosfran@244
    32
		$(HILDON_LIBS)
renatofilho@20
    33
rosfran@244
    34
#		$(GSTINTERFACES_LIBS)
rosfran@244
    35