Makefile.am | Makefile.am | |||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
lib_LTLIBRARIES = libgnunetfragmentation.la | lib_LTLIBRARIES = libgnunetfragmentation.la | |||
libgnunetfragmentation_la_SOURCES = \ | libgnunetfragmentation_la_SOURCES = \ | |||
fragmentation.c fragmentation.h \ | fragmentation.c fragmentation.h \ | |||
defragmentation.c | defragmentation.c | |||
libgnunetfragmentation_la_LIBADD = -lm \ | libgnunetfragmentation_la_LIBADD = -lm \ | |||
$(top_builddir)/src/statistics/libgnunetstatistics.la \ | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | |||
$(top_builddir)/src/util/libgnunetutil.la | $(top_builddir)/src/util/libgnunetutil.la | |||
libgnunetfragmentation_la_LDFLAGS = \ | libgnunetfragmentation_la_LDFLAGS = \ | |||
$(GN_LIB_LDFLAGS) \ | $(GN_LIB_LDFLAGS) \ | |||
-version-info 0:0:0 | -version-info 1:0:1 | |||
check_PROGRAMS = \ | check_PROGRAMS = \ | |||
test_fragmentation | test_fragmentation | |||
if ENABLE_TEST_RUN | if ENABLE_TEST_RUN | |||
TESTS = $(check_PROGRAMS) | TESTS = $(check_PROGRAMS) | |||
endif | endif | |||
test_fragmentation_SOURCES = \ | test_fragmentation_SOURCES = \ | |||
test_fragmentation.c | test_fragmentation.c | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |