annotate src/Makefile.am @ 9:48880e61ce5e
better autoconf, changes for solaris portability
author |
carl |
date |
Wed, 03 Jan 2007 22:28:27 -0800 |
parents |
01268466f0dc |
children |
f9e8bbf33a2a |
rev |
line source |
1
|
1 sbin_PROGRAMS = smarchive
|
9
|
2 smarchive_SOURCES = sm-archive.cpp sm-archive.h context.cpp context.h tokenizer.cpp tokenizer.h includes.h daemon.h
|
|
3 EXTRA_DIST = daemon.c test.cpp
|
0
|
4
|
|
5 # set the include path found by configure
|
|
6 INCLUDES= $(all_includes)
|
|
7
|
|
8 # the library search path.
|
9
|
9 smarchive_LDFLAGS = -pthread
|
|
10 smarchive_LDADD = $(all_libraries) -lmilter
|
0
|
11
|
|
12 # default compile flags
|
1
|
13 smarchive_CXXFLAGS = -pthread
|
0
|
14
|