|
|
-DCONFIG_DEFAULT=\"$(sysconfdir)/dspam.conf\"\ | -DCONFIG_DEFAULT=\"$(sysconfdir)/dspam.conf\"\ |
-D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE | -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE |
| |
lib_LTLIBRARIES = libdspam.la |
lib_LTLIBRARIES = libdspam.la |
pkglib_LTLIBRARIES = | pkglib_LTLIBRARIES = |
| |
if DYNAMIC_DRIVER | if DYNAMIC_DRIVER |
|
|
# installed for libdspam | # installed for libdspam |
include_HEADERS = buffer.h config_shared.h decode.h error.h diction.h \ | include_HEADERS = buffer.h config_shared.h decode.h error.h diction.h \ |
libdspam.h libdspam_objects.h nodetree.h tokenizer.h ldap_client.h \ | libdspam.h libdspam_objects.h nodetree.h tokenizer.h ldap_client.h \ |
storage_driver.h heap.h config.h |
storage_driver.h heap.h config.h pref.h read_config.h |
| |
# libdspam.a contans objects common for dspam and tools/* binaries | # libdspam.a contans objects common for dspam and tools/* binaries |
libdspam_la_SOURCES = \ | libdspam_la_SOURCES = \ |
|
|
libdspam.c libdspam.h \ | libdspam.c libdspam.h \ |
heap.c heap.h \ | heap.c heap.h \ |
diction.c diction.h \ | diction.c diction.h \ |
base64.c base64.h \ |
base64.c base64.h \ |
buffer.c buffer.h \ | buffer.c buffer.h \ |
util.c util.h \ | util.c util.h \ |
nodetree.c nodetree.h \ | nodetree.c nodetree.h \ |
error.c error.h \ |
error.c error.h \ |
decode.c decode.h \ | decode.c decode.h \ |
pref.c pref.h \ | pref.c pref.h \ |
|
read_config.c read_config.h \ |
config_shared.c config_shared.h \ | config_shared.c config_shared.h \ |
bnr.c bnr.h \ | bnr.c bnr.h \ |
hash.c hash.h \ | hash.c hash.h \ |
list.c list.h \ | list.c list.h \ |
ldap_client.c ldap_client.h \ | ldap_client.c ldap_client.h \ |
tokenizer.c tokenizer.h \ |
tokenizer.c tokenizer.h \ |
storage_driver.h | storage_driver.h |
| |
if BUILD_NCORE | if BUILD_NCORE |
|
|
dspam.c dspam.h \ | dspam.c dspam.h \ |
buffer.h \ | buffer.h \ |
storage_driver.h \ | storage_driver.h \ |
read_config.c read_config.h \ |
read_config.h \ |
config_api.c config_api.h \ | config_api.c config_api.h \ |
daemon.c daemon.h \ | daemon.c daemon.h \ |
client.c client.h \ | client.c client.h \ |
|
|
dspam_LDFLAGS = | dspam_LDFLAGS = |
| |
dspamc_SOURCES = \ | dspamc_SOURCES = \ |
config.h libdspam.h language.h \ |
config.h language.h \ |
dspamc.c dspamc.h \ | dspamc.c dspamc.h \ |
buffer.h error.h \ | buffer.h error.h \ |
read_config.c read_config.h \ |
read_config.h \ |
client.c client.h \ | client.c client.h \ |
agent_shared.c agent_shared.h | agent_shared.c agent_shared.h |
| |
dspamc_LDADD = -lm buffer.o config_shared.o error.o pref.o nodetree.o util.o $(NETLIBS) |
dspamc_LDADD = -lm buffer.o config_shared.o error.o read_config.o pref.o nodetree.o util.o $(NETLIBS) |
dspamc_LDFLAGS = | dspamc_LDFLAGS = |
| |
# Failing of chgrp is expected and normal case when someone do | # Failing of chgrp is expected and normal case when someone do |