annotate src/Makefile.am @ 27:9298f8b00db2
stable-1-0-10
patches from Takao Abe add switches for config and pid files
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Thu, 24 May 2018 10:35:45 -0700 |
parents |
f9e8bbf33a2a |
children |
|
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.
|
10
|
9 smarchive_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
|
9
|
10 smarchive_LDADD = $(all_libraries) -lmilter
|
0
|
11
|
|
12 # default compile flags
|
10
|
13 smarchive_CXXFLAGS = $(PTHREAD_CFLAGS)
|
0
|
14
|