## Process this file with automake to produce Makefile.in INCLUDES = \ -I/usr/include/libipq -Wall \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @PACKAGE_CFLAGS@ bin_PROGRAMS = fieryfilter fieryfilter_SOURCES = \ ruleset.c ruleset.h \ main.c main.h \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h \ connection.c connection.h \ daemon.c daemon.h \ mainwin.c mainwin.h \ rulewin.c rulewin.h \ log.c log.h \ format.c format.h \ rule.c rule.h \ advancedwin.c advancedwin.h fieryfilter_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lmcheck