[svn r628] fixed samples makefile trunk
authorrenatofilho
Thu May 03 14:39:25 2007 +0100 (2007-05-03)
branchtrunk
changeset 6224691abcf4f45
parent 621 1bf45de64bd5
child 623 33f0001923c4
[svn r628] fixed samples makefile
gmyth/samples/Makefile.am
     1.1 --- a/gmyth/samples/Makefile.am	Wed May 02 22:17:03 2007 +0100
     1.2 +++ b/gmyth/samples/Makefile.am	Thu May 03 14:39:25 2007 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4          gmyth_cat.c
     1.5  
     1.6  LDADD = \
     1.7 -        $(top_builddir)/src/.libs/libgmyth.la
     1.8 +        $(top_builddir)/src/libgmyth.la
     1.9  
    1.10  AM_CFLAGS = -g
    1.11