Mercurial > sm-archive
annotate src/Makefile.am @ 15:72a94c46c2be stable-1-5
fix bash header
author | carl |
---|---|
date | Sat, 25 Aug 2007 11:37:34 -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 |