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