Show
Ignore:
Timestamp:
06/24/06 01:57:29 (17 years ago)
Author:
wagi
Message:

2006-06-24 Daniel Wagner <wagi@monom.org>

  • tests/streaming/Makefile.am: Fixed build problem with missing '/'.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libfreebob/tests/streaming/Makefile.am

    r260 r273  
    2323 
    2424teststreaming_SOURCES = teststreaming.c debugtools.c 
    25 teststreaming_LDADD   = @top_builddir@src/libfreebob.la \ 
     25teststreaming_LDADD   = $(top_builddir)/src/libfreebob.la \ 
    2626        $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) 
    2727 
    2828teststreaming2_SOURCES = teststreaming2.c debugtools.c 
    29 teststreaming2_LDADD   = @top_builddir@src/libfreebob.la \ 
     29teststreaming2_LDADD   = $(top_builddir)/src/libfreebob.la \ 
    3030        $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) 
    3131 
    3232teststreaming3_SOURCES = teststreaming3.c debugtools.c 
    33 teststreaming3_LDADD   = @top_builddir@src/libfreebob.la \ 
     33teststreaming3_LDADD   = $(top_builddir)/src/libfreebob.la \ 
    3434        $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) 
    3535 
    3636testmidistreaming1_SOURCES = testmidistreaming1.c debugtools.c 
    37 testmidistreaming1_LDADD   = @top_builddir@src/libfreebob.la -lasound \ 
     37testmidistreaming1_LDADD   = $(top_builddir)/src/libfreebob.la -lasound \ 
    3838        $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS)