1 --- lighttpd-1.4.27-build/src/Makefile.am 2010-08-11 16:44:17.000000000 -0400
2 +++ lighttpd-1.4.27/src/Makefile.am 2010-08-23 10:10:57.152530061 -0400
4 mod_flv_streaming_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
5 mod_flv_streaming_la_LIBADD = $(common_libadd)
7 +lib_LTLIBRARIES += mod_h264_streaming.la
8 +mod_h264_streaming_la_SOURCES = mod_h264_streaming.c \
9 + mod_streaming_export.h \
12 + mp4_reader.c mp4_reader.h \
13 + mp4_writer.c mp4_writer.h \
14 + mp4_process.c mp4_process.h \
15 + output_bucket.c output_bucket.h \
16 + output_mp4.c output_mp4.h
17 +mod_h264_streaming_la_CFLAGS = $(AM_CFLAGS) -DBUILDING_H264_STREAMING
18 +mod_h264_streaming_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
19 +mod_h264_streaming_la_LIBADD = $(common_libadd)
21 lib_LTLIBRARIES += mod_evasive.la
22 mod_evasive_la_SOURCES = mod_evasive.c
23 mod_evasive_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined