source: npl/mailserver/dspam/dspam-3.10.2/src/tools.pgsql_drv/Makefile.am

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 856 bytes
RevLine 
[c5c522c]1# $Id: Makefile.am,v 1.6.2 2009/11/14 01:19:13 sbajic Exp $
2# tools.pgsql_drv/Makefile.am
3#
4
5EXTRA_DIST = pgsql_objects.sql virtual_users.sql purge.sql purge-pe.sql
6
7AM_CPPFLAGS = \
8  -DLOGDIR=\"$(logdir)\" -DCONFIG_DEFAULT=\"$(sysconfdir)/dspam.conf\" \
9  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I$(top_srcdir)
10
11CFLAGS = @CFLAGS@ -I$(top_srcdir)/src
12
13bin_PROGRAMS = dspam_pg2int8
14
15DEFS = @DEFS@ -DLOGDIR=\"$(logdir)\" \
16       -DCONFIG_DEFAULT=\"$(sysconfdir)/dspam.conf\"\
17       -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE
18
19dspam_pg2int8_SOURCES = dspam_pg2int8.c ../read_config.c ../config_api.c ../pref.c
20dspam_pg2int8_LDFLAGS =
21if DYNAMIC_DRIVER
22if BUILD_PGSQL_DRV
23dspam_pg2int8_CPPFLAGS = $(libpgsql_drv_cppflags)
24dspam_pg2int8_LDFLAGS += $(libpgsql_drv_libs) $(libpgsql_drv_ldflags)
25endif
26endif
27
28LDADD = ../libdspam.la
29
Note: See TracBrowser for help on using the repository browser.