Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 198205 | Differences between
and this patch

Collapse All | Expand All

(-)src/dynamic-examples/dynamic-rule/Makefile.am.old (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
INCLUDES = -I../include
4
INCLUDES = -I../include
5
5
6
noinst_libdir = ${exec_prefix}/lib/snort_dynamicrules
6
noinst_libdir = ${libdir}/snort_dynamicrules
7
7
8
noinst_lib_LTLIBRARIES = lib_sfdynamic_example_rule.la
8
noinst_lib_LTLIBRARIES = lib_sfdynamic_example_rule.la
9
9
(-)src/dynamic-preprocessors/ftptelnet/Makefile.am.old (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
INCLUDES = -I../include
4
INCLUDES = -I../include
5
5
6
libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor
6
libsfdir = ${libdir}/snort_dynamicpreprocessor
7
7
8
lib_LTLIBRARIES = libsf_ftptelnet_preproc.la
8
lib_LTLIBRARIES = libsf_ftptelnet_preproc.la
9
9
(-)src/dynamic-preprocessors/smtp/Makefile.am.old (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
INCLUDES = -I../include -I${top_srcdir}/src/dynamic-preprocessors/libs
4
INCLUDES = -I../include -I${top_srcdir}/src/dynamic-preprocessors/libs
5
5
6
libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor
6
libsfdir = ${libdir}/snort_dynamicpreprocessor
7
7
8
lib_LTLIBRARIES = libsf_smtp_preproc.la
8
lib_LTLIBRARIES = libsf_smtp_preproc.la
9
9
(-)src/dynamic-preprocessors/ssh/Makefile.am.old (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
INCLUDES = -I../include
4
INCLUDES = -I../include
5
5
6
libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor
6
libsfdir = ${libdir}/snort_dynamicpreprocessor
7
7
8
lib_LTLIBRARIES = libsf_ssh_preproc.la
8
lib_LTLIBRARIES = libsf_ssh_preproc.la
9
9
(-)src/dynamic-preprocessors/dcerpc/Makefile.am.old (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
INCLUDES = -I../include
4
INCLUDES = -I../include
5
5
6
libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor
6
libsfdir = ${libdir}/snort_dynamicpreprocessor
7
7
8
lib_LTLIBRARIES = libsf_dcerpc_preproc.la
8
lib_LTLIBRARIES = libsf_dcerpc_preproc.la
9
9
(-)src/dynamic-preprocessors/dns/Makefile.am.old (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
INCLUDES = -I../include
4
INCLUDES = -I../include
5
5
6
libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor
6
libsfdir = ${libdir}/snort_dynamicpreprocessor
7
7
8
lib_LTLIBRARIES = libsf_dns_preproc.la
8
lib_LTLIBRARIES = libsf_dns_preproc.la
9
9
(-)src/dynamic-preprocessors/ssl/Makefile.am.old (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
INCLUDES = -I../include -I${top_srcdir}/src/dynamic-preprocessors/libs
4
INCLUDES = -I../include -I${top_srcdir}/src/dynamic-preprocessors/libs
5
5
6
libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor
6
libsfdir = ${libdir}/snort_dynamicpreprocessor
7
7
8
lib_LTLIBRARIES = libsf_ssl_preproc.la
8
lib_LTLIBRARIES = libsf_ssl_preproc.la
9
9
(-)src/dynamic-examples/dynamic-preprocessor/Makefile.am.old (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
INCLUDES = -I../include
4
INCLUDES = -I../include
5
5
6
noinst_libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor
6
noinst_libdir = ${libdir}/snort_dynamicpreprocessor
7
7
8
noinst_lib_LTLIBRARIES = lib_sfdynamic_preprocessor_example.la
8
noinst_lib_LTLIBRARIES = lib_sfdynamic_preprocessor_example.la
9
9

Return to bug 198205