Mercurial > sm-archive
view src/Makefile.am @ 21:09564d4acd9e stable-1-0-8
patches from Marco d'Itri for postfix
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 24 Dec 2010 15:13:18 -0800 |
parents | f9e8bbf33a2a |
children |
line wrap: on
line source
sbin_PROGRAMS = smarchive smarchive_SOURCES = sm-archive.cpp sm-archive.h context.cpp context.h tokenizer.cpp tokenizer.h includes.h daemon.h EXTRA_DIST = daemon.c test.cpp # set the include path found by configure INCLUDES= $(all_includes) # the library search path. smarchive_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) smarchive_LDADD = $(all_libraries) -lmilter # default compile flags smarchive_CXXFLAGS = $(PTHREAD_CFLAGS)