Changeset 73
- Timestamp:
- 09/16/05 14:35:50 (3 years ago)
- Files:
-
- blossom/trunk/src/libblossom/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
blossom/trunk/src/libblossom/Makefile.am
r70 r73 32 32 libblossom_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ 33 33 34 noinst_PROGRAMS = xini-test 35 36 xini_test_SOURCES = xini-test.c 37 xini_test_LDADD = libblossom.la 38 34 39 ##TESTS = jhash-test 35 40 ##TESTS = xini-test … … 41 46 42 47 ##dictionary_test_SOURCES = dictionary-test.c dictionary.c x_tree.c jhash.c 43 ##xini_test_SOURCES = xini.c xini.h xini-test.c
