Changeset 59
- Timestamp:
- 02/01/05 14:45:10 (18 years ago)
- Files:
-
- trunk/freebob/configure.ac (modified) (2 diffs)
- trunk/freebob/Makefile.am (modified) (1 diff)
- trunk/freebob/tests/Makefile.am (added)
- trunk/freebob/tests/test-freebob-audio.c (added)
- trunk/freebob/tests/test-freebob-midi.c (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freebob/configure.ac
r45 r59 89 89 PKG_CHECK_MODULES(LIBIEC61883, libiec61883 >= 0.1.0) 90 90 91 PKG_CHECK_MODULES(ALSA, alsa >= 1.0.0) 92 91 93 AC_SUBST([LIBSIGC_CFLAGS]) 92 94 AC_SUBST([LIBSIGC_LIBS]) … … 99 101 100 102 AC_CONFIG_FILES([Makefile 101 src/Makefile]) 103 src/Makefile 104 tests/Makefile]) 102 105 AC_OUTPUT 103 106 trunk/freebob/Makefile.am
r4 r59 16 16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 17 18 SUBDIRS = src 18 SUBDIRS = src tests 19 19 20 20 $(srcdir)/configure: configure.ac aclocal.m4