test/harness/Makefile.am
author ali <ali@juiblex.co.uk>
Thu Dec 05 10:56:11 2013 +0000 (2013-12-05)
changeset 217 0c0f6373324e
parent 17 2c88fd553e5d
permissions -rw-r--r--
Fix bug #36: Document workaround to prevent Guiguts conversion of utf-8 files passed to Bookloupe
ali@0
     1
INCLUDES=-I$(top_srcdir)
ali@5
     2
bin_PROGRAMS=loupe-test
ali@0
     3
AM_CFLAGS=$(GLIB_CFLAGS)
ali@0
     4
LIBS=$(GLIB_LIBS)
ali@0
     5
ali@5
     6
loupe_test_SOURCES=loupe-test.c testcase.c testcase.h testcaseio.c \
ali@9
     7
	testcaseio.h testcaseparser.c testcaseparser.h testcaseinput.c \
ali@136
     8
	testcaseinput.h testcaseoutput.c testcaseoutput.h warningsparser.c \
ali@136
     9
	warningsparser.h
ali@5
    10
loupe_test_LDADD=../../bl/libbl.la