--- src/dynamic-examples/dynamic-rule/Makefile.am.old 2008-09-03 20:10:08.121254048 +0800 +++ src/dynamic-examples/dynamic-rule/Makefile.am 2008-09-03 20:10:28.604388566 +0800 @@ -3,7 +3,7 @@ INCLUDES = -I../include -noinst_libdir = ${exec_prefix}/lib/snort_dynamicrules +noinst_libdir = ${libdir}/snort_dynamicrules noinst_lib_LTLIBRARIES = lib_sfdynamic_example_rule.la --- src/dynamic-preprocessors/ftptelnet/Makefile.am.old 2008-09-03 20:34:30.280234170 +0800 +++ src/dynamic-preprocessors/ftptelnet/Makefile.am 2008-09-03 20:34:45.588234559 +0800 @@ -3,7 +3,7 @@ INCLUDES = -I../include -libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor +libsfdir = ${libdir}/snort_dynamicpreprocessor lib_LTLIBRARIES = libsf_ftptelnet_preproc.la --- src/dynamic-preprocessors/smtp/Makefile.am.old 2008-09-03 20:35:15.115234288 +0800 +++ src/dynamic-preprocessors/smtp/Makefile.am 2008-09-03 20:35:42.299346376 +0800 @@ -3,7 +3,7 @@ INCLUDES = -I../include -I${top_srcdir}/src/dynamic-preprocessors/libs -libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor +libsfdir = ${libdir}/snort_dynamicpreprocessor lib_LTLIBRARIES = libsf_smtp_preproc.la --- src/dynamic-preprocessors/ssh/Makefile.am.old 2008-09-03 20:32:14.410484104 +0800 +++ src/dynamic-preprocessors/ssh/Makefile.am 2008-09-03 20:33:17.228484088 +0800 @@ -3,7 +3,7 @@ INCLUDES = -I../include -libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor +libsfdir = ${libdir}/snort_dynamicpreprocessor lib_LTLIBRARIES = libsf_ssh_preproc.la --- src/dynamic-preprocessors/dcerpc/Makefile.am.old 2008-09-03 20:36:11.038484729 +0800 +++ src/dynamic-preprocessors/dcerpc/Makefile.am 2008-09-03 20:36:26.736233746 +0800 @@ -3,7 +3,7 @@ INCLUDES = -I../include -libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor +libsfdir = ${libdir}/snort_dynamicpreprocessor lib_LTLIBRARIES = libsf_dcerpc_preproc.la --- src/dynamic-preprocessors/dns/Makefile.am.old 2008-09-03 20:36:45.432484247 +0800 +++ src/dynamic-preprocessors/dns/Makefile.am 2008-09-03 20:37:06.968364366 +0800 @@ -3,7 +3,7 @@ INCLUDES = -I../include -libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor +libsfdir = ${libdir}/snort_dynamicpreprocessor lib_LTLIBRARIES = libsf_dns_preproc.la --- src/dynamic-preprocessors/ssl/Makefile.am.old 2008-09-03 20:33:37.459253991 +0800 +++ src/dynamic-preprocessors/ssl/Makefile.am 2008-09-03 20:33:55.858484409 +0800 @@ -3,7 +3,7 @@ INCLUDES = -I../include -I${top_srcdir}/src/dynamic-preprocessors/libs -libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor +libsfdir = ${libdir}/snort_dynamicpreprocessor lib_LTLIBRARIES = libsf_ssl_preproc.la --- src/dynamic-examples/dynamic-preprocessor/Makefile.am.old 2008-09-03 20:21:00.721252092 +0800 +++ src/dynamic-examples/dynamic-preprocessor/Makefile.am 2008-09-03 20:21:30.192271594 +0800 @@ -3,7 +3,7 @@ INCLUDES = -I../include -noinst_libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor +noinst_libdir = ${libdir}/snort_dynamicpreprocessor noinst_lib_LTLIBRARIES = lib_sfdynamic_preprocessor_example.la