# HG changeset patch # User rosfran # Date 1161732393 -3600 # Node ID 3e490ac963cea755be6fc34e51004825ca3a2e3d # Parent c04c69f80f33c6e03237c60a247a175d2d76afa9 [svn r52] Added reference to the GSTINTERFACES_LIBS (gst_x_overlay* functions). diff -r c04c69f80f33 -r 3e490ac963ce maemo-ui/src/Makefile.am --- a/maemo-ui/src/Makefile.am Tue Oct 24 22:48:15 2006 +0100 +++ b/maemo-ui/src/Makefile.am Wed Oct 25 00:26:33 2006 +0100 @@ -15,6 +15,7 @@ $(GTK_CFLAGS) \ $(GLIB_CFLAGS) \ $(GST_CFLAGS) \ + $(GSTPLUGINSBASE_CFLAGS) \ $(MYSQL_CFLAGS) \ $(LIBGMYTH_CFLAGS) \ -I$(top_srcdir)/src \ @@ -29,5 +30,5 @@ $(GST_LIBS) \ $(GSTBASE_LIBS) \ $(HILDON_LIBS) \ - -lgstinterfaces-0.10 + $(GSTINTERFACES_LIBS)