Mercurial > sm-archive
view 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 |
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)