[AdgPath] Corrected bug in adg_path_reflect()
[adg.git] / tests / Makefile.am
blob54c2b4dfaa6dad6006edc17edbebf7139fa8d4ee
1 AM_CFLAGS=              -g @ADG_CFLAGS@ \
2                         -I$(top_srcdir) \
3                         -I$(top_builddir)
4 AM_LDFLAGS=             @ADG_LIBS@
5 LDADD=                  $(top_builddir)/adg/libadg.la
8 # file groups
9 test_programs=          properties
12 # targets
13 check_PROGRAMS=         $(test_programs)
14 TESTS=                  $(test_programs)