1AM_CPPFLAGS = -Wshadow -Wall -pedantic -ansi
2
3check_PROGRAMS = simple_test
4
5simple_test_SOURCES = simple_test.c
6simple_test_LDFLAGS = -lm
7
8LDADD = ../../libdmtx.la
9