Last change
on this file since 302 was 302, checked in by Yuri Dario, 14 years ago |
spf2: initial vendor import of spf2 1.2.9.
|
File size:
409 bytes
|
Line | |
---|
1 | # Makefile prototype
|
---|
2 |
|
---|
3 | AUTOMAKE_OPTIONS = foreign
|
---|
4 | INCLUDES = -I$(top_builddir)/src/include -I$(top_srcdir)/src/include
|
---|
5 |
|
---|
6 | #LIBS = /usr/lib/libresolv.a
|
---|
7 |
|
---|
8 | bin_PROGRAMS = spftest spftest_static
|
---|
9 |
|
---|
10 | spftest_SOURCES = spftest.c
|
---|
11 | spftest_LDADD = $(top_builddir)/src/libspf2/libspf2.la
|
---|
12 |
|
---|
13 | spftest_static_SOURCES = spftest.c
|
---|
14 | spftest_static_LDADD = $(top_builddir)/src/libspf2/.libs/libspf2.a
|
---|
15 | spftest_static_LDFLAGS = -static
|
---|
Note:
See
TracBrowser
for help on using the repository browser.