Changeset 1955 for libswish3/trunk/src/Makefile.am
- Timestamp:
- 11/13/07 23:31:51 (1 year ago)
- Files:
-
- libswish3/trunk/src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/src/Makefile.am
r1913 r1955 9 9 # -pg is for profiling -- don't use in production 10 10 11 bin_PROGRAMS = swish_lint swish_words swish_isw 11 bin_PROGRAMS = swish_lint swish_words swish_isw utf8test 12 12 check_PROGRAMS = swish_lint 13 13 swish_lint_SOURCES = swish_lint.c $(myheaders) 14 14 swish_words_SOURCES = swish_words.c $(myheaders) 15 15 swish_isw_SOURCES = swish_isw.c 16 utf8test_SOURCES = utf8test.c $(myheaders) 16 17 17 18 TESTS = $(check_PROGRAMS) test.pl
