Changeset 464 for trunk

Show
Ignore:
Timestamp:
04/14/07 10:39:44 (17 years ago)
Author:
ppalmers
Message:

BeBoB stream start utility

Files:

Legend:

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

    r445 r464  
    3434noinst_PROGRAMS += test-ffado test-extplugcmd test-fw410 \ 
    3535             test-volume test-mixer test-cycletimer test-sytmonitor \ 
    36              test-timestampedbuffer test-ieee1394service 
     36             test-timestampedbuffer test-ieee1394service test-streamdump 
    3737endif 
    3838 
     
    5858test_fw410_LDADD   = $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) -lrom1394 
    5959 
     60test_streamdump_SOURCES = test-streamdump.cpp 
     61test_streamdump_LDADD   = $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) -lrom1394 
     62 
    6063test_ieee1394service_SOURCES = test-ieee1394service.cpp 
    6164test_ieee1394service_LDADD   = $(top_builddir)/src/libffado.la \