[svn r246] Some small fixes regarding lib dependencies with GStreamer.
1.1 --- a/maemo-ui/src/Makefile.am Fri Jan 05 19:27:27 2007 +0000
1.2 +++ b/maemo-ui/src/Makefile.am Fri Jan 05 20:24:44 2007 +0000
1.3 @@ -29,7 +29,6 @@
1.4 $(GTK_LIBS) \
1.5 $(GST_LIBS) \
1.6 $(GSTBASE_LIBS) \
1.7 - $(HILDON_LIBS)
1.8 + $(HILDON_LIBS) \
1.9 + $(GSTINTERFACES_LIBS)
1.10
1.11 -# $(GSTINTERFACES_LIBS)
1.12 -
2.1 --- a/maemo-ui/src/mmyth_epg_grid_widget.c Fri Jan 05 19:27:27 2007 +0000
2.2 +++ b/maemo-ui/src/mmyth_epg_grid_widget.c Fri Jan 05 20:24:44 2007 +0000
2.3 @@ -5,8 +5,8 @@
2.4 #include "mmyth_uicommon.h"
2.5 #include "mmyth_epg_grid_widget.h"
2.6
2.7 -#include "gmyth_util.h"
2.8 -#include "gmyth_epg.h"
2.9 +#include <gmyth/gmyth_util.h>
2.10 +#include <gmyth/gmyth_epg.h>
2.11
2.12 #define PIXELS_HOUR 105
2.13 #define PROGRAM_SEPARATION 2