test/Makefile.am: test example files, some of which are used in tests, is no longer optional

other Makefile.am: remove some cruft.
This commit is contained in:
rocky
2012-03-25 20:11:11 -04:00
parent eb990be1a6
commit aa0c1cb2a3
5 changed files with 34 additions and 22 deletions

View File

@@ -31,7 +31,7 @@ hack = check_sizeof testassert testgetdevices testischar \
EXTRA_PROGRAMS = testdefault
DATA_DIR = @abs_top_srcdir@/test/data
INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS) $(LIBISO9660_CFLAGS)
INCLUDES = $(LIBCDIO_CFLAGS) $(LIBISO9660_CFLAGS)
check_sizeof_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
testassert_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV)