Changeset 306
- Timestamp:
- 09/20/06 16:50:35 (16 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libfreebob-2.0/tests/streaming/Makefile.am
r269 r306 25 25 26 26 teststreaming_SOURCES = teststreaming.c debugtools.c 27 teststreaming_LDADD = @top_builddir@ src/libfreebob.la \27 teststreaming_LDADD = @top_builddir@/src/libfreebob.la \ 28 28 $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) 29 29 30 30 teststreaming2_SOURCES = teststreaming2.c debugtools.c 31 teststreaming2_LDADD = @top_builddir@ src/libfreebob.la \31 teststreaming2_LDADD = @top_builddir@/src/libfreebob.la \ 32 32 $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) 33 33 # … … 44 44 45 45 test_isohandling_SOURCES = test-isohandling.cpp 46 test_isohandling_LDADD = @top_builddir@ src/libfreebob.la \46 test_isohandling_LDADD = @top_builddir@/src/libfreebob.la \ 47 47 $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) 48 48