Changeset 75
- Timestamp:
- 09/16/05 14:55:14 (3 years ago)
- Files:
-
- blossom/trunk/src/libblossom/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
blossom/trunk/src/libblossom/Makefile.am
r73 r75 32 32 libblossom_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ 33 33 34 noinst_PROGRAMS = xini-test 34 TESTS = jhash-test dictionary-test 35 36 noinst_PROGRAMS = xini-test $(TESTS) 35 37 36 38 xini_test_SOURCES = xini-test.c 37 39 xini_test_LDADD = libblossom.la 38 40 39 ##TESTS = jhash-test 40 ##TESTS = xini-test 41 ##TESTS = dictionary-test 41 jhash_test_SOURCES = jhash-test.c 42 jhash_test_LDADD = libblossom.la 42 43 43 ##noinst_PROGRAMS = $(TESTS) 44 45 ##jhash_test_SOURCES = jhash-test.c jhash.c 46 47 ##dictionary_test_SOURCES = dictionary-test.c dictionary.c x_tree.c jhash.c 44 dictionary_test_SOURCES = dictionary-test.c 45 dictionary_test_LDADD = libblossom.la
