Annotation of embedaddon/confuse/tests/Makefile.am, revision 1.1

1.1     ! misho       1: TESTS = suite_single suite_dup suite_func suite_list \
        !             2:        suite_validate list_plus_syntax section_title_dupes \
        !             3:        single_title_sections quote_before_print include
        !             4: check_PROGRAMS=$(TESTS)
        !             5: 
        !             6: LDADD=-L../src ../src/libconfuse.la $(LTLIBINTL)
        !             7: 
        !             8: EXTRA_DIST=a.conf b.conf check_confuse.h
        !             9: CLEANFILES=*~
        !            10: 
        !            11: DEFS=-DSRC_DIR='"$(srcdir)"'
        !            12: 
        !            13: celan: clean
        !            14: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>