Mercurial > sm-archive
annotate src/Makefile.am @ 19:b24369330483 stable-1-0-7
Fedora 9 compile and const correctness.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 12 Jun 2008 18:17:33 -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 |