Add run-time variables for libcdio version number/string.

This commit is contained in:
R. Bernstein
2009-12-25 09:14:26 -05:00
parent a3ed634fe5
commit db8ee6e65a
6 changed files with 75 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ testparanoia_LDADD = $(LIBCDIO_PARANOIA_LIBS) $(LIBCDIO_CDDA_LIBS) $(LIBCDIO_LIB
endif
hack = check_sizeof testassert testbincue testgetdevices testischar \
testisocd testisocd2 testiso9660 testlinux \
testisocd testisocd2 testiso9660 testlinux test_lib_driver_util \
testnrg $(testparanoia) testtoc testpregap testsolaris
EXTRA_PROGRAMS = testdefault
@@ -47,6 +47,9 @@ testisocd2_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
testtoc_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV)
testtoc_CFLAGS = -DTEST_DIR=\"$(srcdir)\"
test_lib_driver_util_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV)
tets_lib_driver_util_CFLAGS = -DTEST_DIR=\"$(srcdir)\"
testlinux_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV)
testlinux_CFLAGS = -DTEST_DIR=\"$(srcdir)\"