comparison 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
comparison
equal deleted inserted replaced
8:ed73e6361570 9:48880e61ce5e
1 sbin_PROGRAMS = smarchive 1 sbin_PROGRAMS = smarchive
2 smarchive_SOURCES = sm-archive.cpp sm-archive.h context.cpp context.h tokenizer.cpp tokenizer.h includes.h 2 smarchive_SOURCES = sm-archive.cpp sm-archive.h context.cpp context.h tokenizer.cpp tokenizer.h includes.h daemon.h
3 EXTRA_DIST = test.cpp 3 EXTRA_DIST = daemon.c test.cpp
4 4
5 # set the include path found by configure 5 # set the include path found by configure
6 INCLUDES= $(all_includes) 6 INCLUDES= $(all_includes)
7 7
8 # the library search path. 8 # the library search path.
9 smarchive_LDFLAGS = $(all_libraries) -lmilter -pthread 9 smarchive_LDFLAGS = -pthread
10 smarchive_LDADD = $(all_libraries) -lmilter
10 11
11 # default compile flags 12 # default compile flags
12 smarchive_CXXFLAGS = -pthread 13 smarchive_CXXFLAGS = -pthread
13 14