Commit dc128166 dc128166aa0ed44a19eeedbe5cf2a9881dfe05f8 by Alain Magloire

Remove -DTESTING macro.

1 parent d89c8a52
CFLAGS = -Wall -pedantic -g -DTESTING
AUTOMAKE_OPTIONS = ../lib/ansi2knr
CFLAGS = -Wall -pedantic -g
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
bin_PROGRAMS = frm
......
AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include
CPPFLAGS = -Wall -pedantic -ansi
CFLAGS = -Wall -pedantic -ansi
sbin_PROGRAMS = imap4d
......