## Process this file with automake to produce Makefile.in

AM_CFLAGS = -Wall -Wextra

bin_PROGRAMS = sefht.fcgi

sefht_fcgi_SOURCES =
sefht_fcgi_SOURCES += main.c
sefht_fcgi_SOURCES += macro.h
sefht_fcgi_SOURCES += sefht.h
sefht_fcgi_SOURCES += error.h
sefht_fcgi_SOURCES += log.h
sefht_fcgi_SOURCES += cms.c cms.h
sefht_fcgi_SOURCES += data.c data.h
sefht_fcgi_SOURCES += fragment.c fragment.h
sefht_fcgi_SOURCES += text.c text.h
sefht_fcgi_SOURCES += validator.c validator.h

sefht_fcgi_LDADD = -lm