view src/Makefile.am @ 23:37793d4c90a0

changes for rhel7 systemd and /var/run on tmpfs
author Carl Byington <carl@five-ten-sg.com>
date Mon, 06 Feb 2017 10:45:07 -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)