From 9615bfc454af6cb489e9572895ef00af022303b1 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 22 Jul 2010 19:10:24 -0700 Subject: Use AM_CFLAGS instead of bdftopcf_CFLAGS since there's only one target Signed-off-by: Alan Coopersmith --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6f7256c..e70293f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = bdftopcf -bdftopcf_CFLAGS = $(CWARNFLAGS) @BDFTOPCF_CFLAGS@ +AM_CFLAGS = $(CWARNFLAGS) @BDFTOPCF_CFLAGS@ bdftopcf_LDADD = @BDFTOPCF_LIBS@ bdftopcf_SOURCES = bdftopcf.c -- cgit v1.2.3