annotate src/Makefile.am @ 162:c4bce911c276 stable-6-03

don't add auto whitelist for A to A
author carl
date Sat, 14 Jul 2007 12:25:17 -0700
parents 9330b8d6a56b
children 97d7da45fe2a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
108
1c7677042b78 move to autoconf/automake/docbook
carl
parents:
diff changeset
1 sbin_PROGRAMS = dnsbl
1c7677042b78 move to autoconf/automake/docbook
carl
parents:
diff changeset
2 dnsbl_SOURCES = dnsbl.cpp dnsbl.h context.cpp context.h tokenizer.cpp tokenizer.h scanner.cpp scanner.h includes.h
113
a893afee4b80 move to autoconf/automake/docbook
carl
parents: 112
diff changeset
3 EXTRA_DIST = test.cpp
108
1c7677042b78 move to autoconf/automake/docbook
carl
parents:
diff changeset
4
1c7677042b78 move to autoconf/automake/docbook
carl
parents:
diff changeset
5 # set the include path found by configure
1c7677042b78 move to autoconf/automake/docbook
carl
parents:
diff changeset
6 INCLUDES= $(all_includes)
1c7677042b78 move to autoconf/automake/docbook
carl
parents:
diff changeset
7
1c7677042b78 move to autoconf/automake/docbook
carl
parents:
diff changeset
8 # the library search path.
162
c4bce911c276 don't add auto whitelist for A to A
carl
parents: 148
diff changeset
9 dnsbl_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
148
9330b8d6a56b add documentation fixes, allow env_from target of inherit
carl
parents: 113
diff changeset
10 dnsbl_LDADD = $(all_libraries) /usr/lib/libresolv.a -lmilter
108
1c7677042b78 move to autoconf/automake/docbook
carl
parents:
diff changeset
11
1c7677042b78 move to autoconf/automake/docbook
carl
parents:
diff changeset
12 # default compile flags
162
c4bce911c276 don't add auto whitelist for A to A
carl
parents: 148
diff changeset
13 dnsbl_CXXFLAGS = $(PTHREAD_CFLAGS)
108
1c7677042b78 move to autoconf/automake/docbook
carl
parents:
diff changeset
14