Changeset 464
- Timestamp:
- 04/14/07 10:39:44 (16 years ago)
- Files:
-
- trunk/libffado/tests/Makefile.am (modified) (2 diffs)
- trunk/libffado/tests/test-streamdump.cpp (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/tests/Makefile.am
r445 r464 34 34 noinst_PROGRAMS += test-ffado test-extplugcmd test-fw410 \ 35 35 test-volume test-mixer test-cycletimer test-sytmonitor \ 36 test-timestampedbuffer test-ieee1394service 36 test-timestampedbuffer test-ieee1394service test-streamdump 37 37 endif 38 38 … … 58 58 test_fw410_LDADD = $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) -lrom1394 59 59 60 test_streamdump_SOURCES = test-streamdump.cpp 61 test_streamdump_LDADD = $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) -lrom1394 62 60 63 test_ieee1394service_SOURCES = test-ieee1394service.cpp 61 64 test_ieee1394service_LDADD = $(top_builddir)/src/libffado.la \