[svn r52] Added reference to the GSTINTERFACES_LIBS (gst_x_overlay* functions). trunk
authorrosfran
Wed Oct 25 00:26:33 2006 +0100 (2006-10-25)
branchtrunk
changeset 513e490ac963ce
parent 50 c04c69f80f33
child 52 67e72eadeef2
[svn r52] Added reference to the GSTINTERFACES_LIBS (gst_x_overlay* functions).
maemo-ui/src/Makefile.am
     1.1 --- a/maemo-ui/src/Makefile.am	Tue Oct 24 22:48:15 2006 +0100
     1.2 +++ b/maemo-ui/src/Makefile.am	Wed Oct 25 00:26:33 2006 +0100
     1.3 @@ -15,6 +15,7 @@
     1.4  		$(GTK_CFLAGS) \
     1.5  		$(GLIB_CFLAGS) \
     1.6  		$(GST_CFLAGS) \
     1.7 +		$(GSTPLUGINSBASE_CFLAGS) \
     1.8  		$(MYSQL_CFLAGS) \
     1.9  		$(LIBGMYTH_CFLAGS) \
    1.10  		-I$(top_srcdir)/src \
    1.11 @@ -29,5 +30,5 @@
    1.12  		$(GST_LIBS) \
    1.13  		$(GSTBASE_LIBS) \
    1.14  		$(HILDON_LIBS) \
    1.15 -		-lgstinterfaces-0.10
    1.16 +		$(GSTINTERFACES_LIBS)
    1.17