[svn r46] maemo-ui Makefile.am added -lgstinterfaces dependency trunk
authorleo_sobral
Tue Oct 24 14:19:49 2006 +0100 (2006-10-24)
branchtrunk
changeset 455c83cb526118
parent 44 7a654d6de88f
child 46 be7aba49c535
[svn r46] maemo-ui Makefile.am added -lgstinterfaces dependency
maemo-ui/src/Makefile.am
     1.1 --- a/maemo-ui/src/Makefile.am	Mon Oct 23 22:28:02 2006 +0100
     1.2 +++ b/maemo-ui/src/Makefile.am	Tue Oct 24 14:19:49 2006 +0100
     1.3 @@ -25,5 +25,8 @@
     1.4  
     1.5  mmyth_LDADD = 	\
     1.6  		$(LIBGMYTH_LIBS) \
     1.7 -		$(GTK_LIBS)
     1.8 +		$(GTK_LIBS) \
     1.9 +		$(GST_LIBS) \
    1.10 +		$(GSTBASE_LIBS) \
    1.11 +		-lgstinterfaces-0.10
    1.12