diff -rupN snort-2.9.0.5/src/dynamic-plugins/sf_engine/Makefile.in snort-2.9.0.5-mod/src/dynamic-plugins/sf_engine/Makefile.in
old
|
new
|
libsf_engine_la_OBJECTS = $(am_libsf_eng |
81 | 81 | libsf_engine_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ |
82 | 82 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
83 | 83 | $(libsf_engine_la_LDFLAGS) $(LDFLAGS) -o $@ |
| 84 | libsf_engine_dylib_OBJECTS = bmh.o sf_snort_detection_engine.o \ |
| 85 | sf_snort_plugin_api.o sf_snort_plugin_byte.o \ |
| 86 | sf_snort_plugin_content.o sf_snort_plugin_hdropts.o \ |
| 87 | sf_snort_plugin_loop.o sf_snort_plugin_pcre.o \ |
| 88 | sf_snort_plugin_rc4.o sfhashfcn.lo sfghash.o \ |
| 89 | sfprimetable.lo sf_ip.o |
| 90 | libsf_engine_dylib_LINK = $(CC) -dynamiclib -dylib -o $@ |
84 | 91 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
85 | 92 | depcomp = |
86 | 93 | am__depfiles_maybe = |
… |
… |
top_build_prefix = @top_build_prefix@ |
263 | 270 | top_builddir = @top_builddir@ |
264 | 271 | top_srcdir = @top_srcdir@ |
265 | 272 | AUTOMAKE_OPTIONS = foreign no-dependencies |
266 | | lib_LTLIBRARIES = libsf_engine.la |
| 273 | lib_LTLIBRARIES = libsf_engine.la libsf_engine.dylib |
267 | 274 | libsf_engine_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ |
268 | 275 | BUILT_SOURCES = \ |
269 | 276 | sfhashfcn.c \ |
… |
… |
clean-libLTLIBRARIES: |
451 | 458 | done |
452 | 459 | libsf_engine.la: $(libsf_engine_la_OBJECTS) $(libsf_engine_la_DEPENDENCIES) |
453 | 460 | $(libsf_engine_la_LINK) -rpath $(libdir) $(libsf_engine_la_OBJECTS) $(libsf_engine_la_LIBADD) $(LIBS) |
| 461 | libsf_engine.dylib: $(libsf_engine_dylib_OBJECTS) |
| 462 | $(libsf_engine_dylib_LINK) $(libsf_engine_la_OBJECTS) |
454 | 463 | |
455 | 464 | mostlyclean-compile: |
456 | 465 | -rm -f *.$(OBJEXT) |