Index: /trunk/libfreebob/tests/streaming/Makefile.am =================================================================== --- /trunk/libfreebob/tests/streaming/Makefile.am (revision 260) +++ /trunk/libfreebob/tests/streaming/Makefile.am (revision 273) @@ -23,16 +23,16 @@ teststreaming_SOURCES = teststreaming.c debugtools.c -teststreaming_LDADD = @top_builddir@src/libfreebob.la \ +teststreaming_LDADD = $(top_builddir)/src/libfreebob.la \ $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) teststreaming2_SOURCES = teststreaming2.c debugtools.c -teststreaming2_LDADD = @top_builddir@src/libfreebob.la \ +teststreaming2_LDADD = $(top_builddir)/src/libfreebob.la \ $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) teststreaming3_SOURCES = teststreaming3.c debugtools.c -teststreaming3_LDADD = @top_builddir@src/libfreebob.la \ +teststreaming3_LDADD = $(top_builddir)/src/libfreebob.la \ $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) testmidistreaming1_SOURCES = testmidistreaming1.c debugtools.c -testmidistreaming1_LDADD = @top_builddir@src/libfreebob.la -lasound \ +testmidistreaming1_LDADD = $(top_builddir)/src/libfreebob.la -lasound \ $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) Index: /trunk/libfreebob/ChangeLog =================================================================== --- /trunk/libfreebob/ChangeLog (revision 259) +++ /trunk/libfreebob/ChangeLog (revision 273) @@ -1,2 +1,6 @@ +2006-06-24 Daniel Wagner + + * tests/streaming/Makefile.am: Fixed build problem with missing '/'. + 2006-06-10 Daniel Wagner