annotate src/Makefile.am @ 17:8ebecad6530f
stable-1-6
Add src/daemon* missing from source control.
Switch to Mercurial source control.
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Fri, 21 Mar 2008 16:00:13 -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
|