## -*- makefile -*-
##
## Process this file with automake to produce Makefile.in
##

AUTOMAKE_OPTIONS = 

bin_PROGRAMS = openupsd

openupsd_SOURCES = openupsd.c openupsd.h cfg.c support.c support.h

EXTRA_DIST = README CHANGELOG openupsd.conf

## CFLAGS = @CFLAGS@ -Wall -DSYSCONFDIR=\"$(sysconfdir)\"
CFLAGS = @CFLAGS@ -Wall -DSYSCONFDIR=\"$(sysconfdir)\"



syntax highlighted by Code2HTML, v. 0.9.1